Class TWABD_Table (unit WABD_Objects)

Inherits from

TWABD_BaseTable

Constructors


constructor Create(AOwner: TComponent);

TWABD_Table


Functions

destructor Destroy;


procedure HTML_To_Object(FormVal: string);

and (r = 0

function Object_To_Control(AOwner: TWinControl): TControl;


function Object_To_HTML: string;


function GetBut(Row: integer): string;


function GetColWidth(i: integer): integer;


procedure SetColWidth(i: integer; v: integer);


procedure SetStrings(NewStrings: TWABD_Table_Strings);


Properties

property Cells : TWABD_Table_Strings


property ColWidth : integer


property FixedCols : integer


property FixedRows : integer


Events

Variables

FColWid : array[0..255] of integer;


FFixCol : integer;

CellData

FFixRow : integer;


FStrings : TWABD_Table_Strings;



Constructors


constructor Create(AOwner: TComponent);

TWABD_Table


Functions


destructor Destroy;


procedure HTML_To_Object(FormVal: string);

and (r = 0


function Object_To_Control(AOwner: TWinControl): TControl;


function Object_To_HTML: string;


function GetBut(Row: integer): string;


function GetColWidth(i: integer): integer;


procedure SetColWidth(i: integer; v: integer);


procedure SetStrings(NewStrings: TWABD_Table_Strings);


Properties


property Cells : TWABD_Table_Strings


property ColWidth : integer


property FixedCols : integer


property FixedRows : integer


Events


Variables


FColWid : array[0..255] of integer;


FFixCol : integer;

CellData


FFixRow : integer;


FStrings : TWABD_Table_Strings;