Class TWABD_EditTable (unit WABD_EditTable)

Inherits from

TWABD_FormSection_Base

Derive from TWABD_FormSection_Base insead of just TWABD_FormSection so that the user can NOT edit the child controls in the WABD Form designer

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


function GetCell(x, y: integer): string;


procedure Resize;


procedure SetCell(x, y: integer; const Value: string);


procedure SetCols(NewCols: integer);


procedure SetRows(NewRows: integer);


Properties

property Cols : integer


property EditSize : integer


property GridX :


property GridY :


property Rows : integer


property Cells : string


Events

Variables

FCols : integer;


FEdits : TList;


FEditSize : integer;


FRows : integer;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


function GetCell(x, y: integer): string;


procedure Resize;


procedure SetCell(x, y: integer; const Value: string);


procedure SetCols(NewCols: integer);


procedure SetRows(NewRows: integer);


Properties


property Cols : integer


property EditSize : integer


property GridX :


property GridY :


property Rows : integer


property Cells : string


Events


Variables


FCols : integer;


FEdits : TList;


FEditSize : integer;


FRows : integer;