Description | Hierarchy | Fields | Methods | Properties |
type unaWinEdit = class(unaWinWindow)
EDIT window.
constructor create(const text: string; parent: unaWinWindow; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = ES_LEFT or ES_AUTOHSCROLL or WS_CHILD or WS_TABSTOP or WS_VISIBLE or WS_BORDER; exStyle: unsigned = WS_EX_CLIENTEDGE); overload; |
|
function setReadOnly(value: bool = true): unaWinEdit; |
|
function onGetDlgCode(): LRESULT; override; |
constructor create(const text: string; parent: unaWinWindow; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = ES_LEFT or ES_AUTOHSCROLL or WS_CHILD or WS_TABSTOP or WS_VISIBLE or WS_BORDER; exStyle: unsigned = WS_EX_CLIENTEDGE); overload; |
|
Creates EDIT window. |
function setReadOnly(value: bool = true): unaWinEdit; |
|
Sets/resets read only mode for edit. |
function onGetDlgCode(): LRESULT; override; |
|
(c) 2012 Lake of Soft