Description | Hierarchy | Fields | Methods | Properties |
type TAdForm = class(TAdComponent)
A formular component.
![]() |
constructor Create(AParent:TAdComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; override; |
![]() |
procedure Close; |
![]() |
property CloseButton: TAdSkinBtn read FCloseButton; |
![]() |
property OnClose: TCloseEvent read FOnClose write FOnClose; |
![]() |
property Caption: string read FCaption write FCaption; |
![]() |
property Center: boolean read FCenter write SetCenter; |
![]() |
property ShowCloseButton: boolean read GetShowCloseButton write SetShowCloseButton; |
![]() |
property Movable: boolean read FMovable write FMovable; |
![]() |
property FontName; |
![]() |
property FontColor; |
![]() |
constructor Create(AParent:TAdComponent); override; |
Creates an instance of TAdForm. |
![]() |
destructor Destroy; override; |
Destroys the instance of TAdForm. |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
Loads the form data from XML. |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; override; |
Saves the from data to XML. |
![]() |
procedure Close; |
Closes the form |
![]() |
property CloseButton: TAdSkinBtn read FCloseButton; |
Link to the close button, which is displayed in the top-right edge. |
![]() |
property OnClose: TCloseEvent read FOnClose write FOnClose; |
Event, which is called when the form is closed. |
![]() |
property Caption: string read FCaption write FCaption; |
The caption of the formular. |
![]() |
property Center: boolean read FCenter write SetCenter; |
Specifies, wether the form should be in the center of its parent element. |
![]() |
property ShowCloseButton: boolean read GetShowCloseButton write SetShowCloseButton; |
Specifies, wether the close button should be shown. |
![]() |
property Movable: boolean read FMovable write FMovable; |
Specifies, wether the form is moveable. |
![]() |
property FontName; |
Specifies the name of the font. |
![]() |
property FontColor; |
Specifies the color of the font. |