Description | Hierarchy | Fields | Methods | Properties |
type TAdButton = class(TAdComponent)
A simple gui button.
![]() |
constructor Create(AParent:TAdComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; override; |
![]() |
property State: TAdButtonState read FState; |
![]() |
property Caption: string read FCaption write FCaption; |
![]() |
property FontName; |
![]() |
property FontColor; |
![]() |
constructor Create(AParent:TAdComponent); override; |
Creates a new instance of TAdButton. |
![]() |
destructor Destroy; override; |
Destroys the instance of TAdButton. |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
Loads the settings from XML. |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; override; |
Saves the settings to XML. |
![]() |
property State: TAdButtonState read FState; |
Returns the state the button is currently in. |
![]() |
property Caption: string read FCaption write FCaption; |
Defines the caption of the button |
![]() |
property FontName; |
Defines the font, which is used to draw the caption |
![]() |
property FontColor; |
Defines the font color, which is used to draw the caption |