CreateColumn

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > jQuery > TIWjQDBGrid > Methods >

CreateColumn

Atozed link

 

SIGNATURE=IWjQGrid.TIWjQDBGrid.CreateColumn@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public function CreateColumn(const AFieldName: string; const ATitle: string = ''): TjQGridDBColumn;

C++:

public: __fastcall TjQGridDBColumn CreateColumn(const String AFieldName, const String ATitle = "");

 

Description: This is CreateColumn, a member of class TIWjQDBGrid.