Class TCaptionButton (unit CapCtrl)

Inherits from

TCollectionItem

TCaptionButton

Constructors


constructor Create(Collection: TCollection);

TCaptionButton


Functions

procedure Assign(Source: TPersistent);


function Draw(Rect: TRect): Boolean;


procedure SetCaption(Value: string);


procedure SetEnabled(Value: Boolean);


procedure SetKind(Value: TCaptionButtonKind);


procedure SetPushed(Value: Boolean);


procedure SetVisible(Value: Boolean);


Properties

property Caption : String


property Enabled : Boolean


property Kind : TCaptionButtonKind


property Pushed : Boolean


property Visible : Boolean


Events

Variables

FCaption : String;


FEnabled : Boolean;


FKind : TCaptionButtonKind;


FPushed : Boolean;


FVisible : Boolean;



Constructors


constructor Create(Collection: TCollection);

TCaptionButton


Functions


procedure Assign(Source: TPersistent);


function Draw(Rect: TRect): Boolean;


procedure SetCaption(Value: string);


procedure SetEnabled(Value: Boolean);


procedure SetKind(Value: TCaptionButtonKind);


procedure SetPushed(Value: Boolean);


procedure SetVisible(Value: Boolean);


Properties


property Caption : String


property Enabled : Boolean


property Kind : TCaptionButtonKind


property Pushed : Boolean


property Visible : Boolean


Events


Variables


FCaption : String;


FEnabled : Boolean;


FKind : TCaptionButtonKind;


FPushed : Boolean;


FVisible : Boolean;