Description | Hierarchy | Fields | Methods | Properties |
type TAdCheckBox = class(TAdComponent)
A simple CheckBox control.
![]() |
constructor Create(AParent:TAdComponent); override; |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems): TAdSimpleXMLElem; override; |
![]() |
property Checked: Boolean read FChecked write SetChecked; |
![]() |
property Caption: String read FCaption write FCaption; |
![]() |
property Alignment: TAdAlignmentEx read FAlignment write FAlignment; |
![]() |
property GroupIndex: integer read FGroupIndex write SetGroupIndex; |
![]() |
property FontName; |
![]() |
property FontColor; |
![]() |
constructor Create(AParent:TAdComponent); override; |
Creates an instance of TAdCheckBoc |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
Loads the settings from XML |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems): TAdSimpleXMLElem; override; |
Saves the settings to XML |
![]() |
property Checked: Boolean read FChecked write SetChecked; |
Returns, wether the checkbox is checked or not. Set this property to check/uncheck the checkbox. |
![]() |
property Caption: String read FCaption write FCaption; |
Defines the caption of the checkbox. |
![]() |
property Alignment: TAdAlignmentEx read FAlignment write FAlignment; |
Sets the alignment of the checkbox. |
![]() |
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 |