Description | Hierarchy | Fields | Methods | Properties |
type unaWinButton = class(unaWinWindow)
BUTTON 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_PUSHBUTTON or WS_CHILD or WS_TABSTOP or WS_VISIBLE); overload; |
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_PUSHBUTTON or WS_CHILD or WS_TABSTOP or WS_VISIBLE); overload; |
|
Creates Windows BUTTON window. |
(c) 2012 Lake of Soft