Class TWABD_Button (unit WABD_Objects)

Inherits from

TWABD_SectionObject

Constructors



Functions

procedure HTML_To_Object(FormVal: string);


function Object_To_Control(AOwner: TWinControl): TControl;


function Object_To_HTML: string;

TWABD_Button

procedure SetCaption(NewCaption: string);


procedure SetName(const Value: TComponentName);


Properties

property Caption : string


property Default : boolean


Events

event OnClick : TNotifyEvent


Variables

FCaption : string;


FDefault : boolean;


FOnClick : TNotifyEvent;



Constructors


Functions


procedure HTML_To_Object(FormVal: string);


function Object_To_Control(AOwner: TWinControl): TControl;


function Object_To_HTML: string;

TWABD_Button


procedure SetCaption(NewCaption: string);


procedure SetName(const Value: TComponentName);


Properties


property Caption : string


property Default : boolean


Events


event OnClick : TNotifyEvent


Variables


FCaption : string;


FDefault : boolean;


FOnClick : TNotifyEvent;