Description | Hierarchy | Fields | Methods | Properties |
type unaWinCheckBox = class(unaWinButton)
Checkbox window.
constructor create(const caption: string; parent: unaWinWindow; id: unsigned = 0; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = BS_CHECKBOX or BS_AUTOCHECKBOX or WS_CHILD or WS_TABSTOP or WS_VISIBLE); overload; |
property checked: bool read getChecked write setChecked; |
constructor create(const caption: string; parent: unaWinWindow; id: unsigned = 0; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = BS_CHECKBOX or BS_AUTOCHECKBOX or WS_CHILD or WS_TABSTOP or WS_VISIBLE); overload; |
|
Creates Windows BUTTON window with BS_CHECKBOX style set by default. |
property checked: bool read getChecked write setChecked; |
|
(c) 2012 Lake of Soft