Class TWABD_Header (unit WABD_Objects)

Inherits from

TWABD_Object

Constructors


constructor Create(AOwner: TComponent);

************************************************************************ "TOP" Level Objects ************************************************************************ TWABD_Header


Functions

procedure HTML_To_Object(FormVal: string);


function Object_To_Control(AOwner: TWinControl): TControl;

HTML_To_ASCII(FormVal); // Already done before passed here

function Object_To_HTML: string;


procedure SetName(const Value: TComponentName);


procedure SetNum(NewNum: integer);


Properties

property Caption : string


property HeaderNum : integer


Events

Variables

FCaption : string;


FNum : integer;



Constructors


constructor Create(AOwner: TComponent);

************************************************************************ "TOP" Level Objects ************************************************************************ TWABD_Header


Functions


procedure HTML_To_Object(FormVal: string);


function Object_To_Control(AOwner: TWinControl): TControl;

HTML_To_ASCII(FormVal); // Already done before passed here


function Object_To_HTML: string;


procedure SetName(const Value: TComponentName);


procedure SetNum(NewNum: integer);


Properties


property Caption : string


property HeaderNum : integer


Events


Variables


FCaption : string;


FNum : integer;