|
|
|
|
|
- ParentObject and the MDI windows
ParentObject (Function) In french: ParentObjet Identifies the "parent" of a graphic object: control, column, window, page, ...
Syntax
<Result> = ParentObject(<Object name>)
<Result>: Character string - If <Object name> is a control, <Result> corresponds to the name of the window (or page) to which the control belongs (even if the control is in a tab).
- If <Object name> is a column, <Result> corresponds to the name of the Table control.
- If <Object name> is a window, <Result> corresponds to the name of the parent window (or to an empty string ("") if <Object name> has no parent window).
- If <Object name> is a page, <Result> corresponds to the name of the frameset (or to an empty string ("") if <Object name> has no frameset).
<Object name>: Character string Name of the object (control, window, page, column) whose parent must be found. A WLanguage error occurs if the object is unknown.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|