ControlContext :: window - Get window context
The function searches for a dialogue window with the name passed in sWindow . Since window names are not necessarily unique, one may precede the window name by the name of the class, in which the window has been defined ( classname::windowname ). The function searches for windows, only, which have been opened as dialog windows.
window("Person::Edit");
Return value: Control context ( odabagui::ControlContext & )
ControlContext classes are created for field ( ADK_Field ) as well as for control ( ADK_FieldControl ) resources.
When referring a field resource, the field context will overload the context implemented for the subordinated field control (control context).
Implementation details
odabagui::ControlContext &
ControlContext  :: window ( odaba::String &sWindow )
- sWindow
- Window name
Person::Edit