Loading...
 

CX_WIDGET::IsLocked

CX_WIDGET::IsLocked

Description:

This class function indicates whether the window object is locked (see Lock or Flag LOCKED statement).

Code example:
Window(winWin, SYSTEM, HELP("wb_edit.htm"), 265, 73, 605, 119, "Window Object 'Window'") [ INITIALIZE: [ "CX_WIDGET::Name()", 0, COLOR GREEN ] SetFormat(, inhWins) NEW_PARENT: ClearObox(, childBox) widget FillWindow widget Call(GetChildren) FillObox(, childBox) widget Call(IsLocked) ifnot { Lock(, Name()) Lock(, inhWins) } Show(, ph3) ]
Stack
Stack Position Object type Brief description
Stack(In) Top CX_WIDGET A widget
Stack(Out) Top INTEGER Truth value whether the window object is locked
Function call: Call(IsLocked)