|
|
|
|
|
ControlPane (Function) In french: VoletDuChamp Returns the name of current static or dynamic pane found in a Tab control associated with a control. Note: In the case of dynamic tab panes, this function can be used in the internal window code to find out the name of the associated tab pane..
MonVolet is Control
MonVolet <- ControlPane(MySelf)
MonVolet.Libellé = "Nouveau document.txt"
Syntax
<Result> = ControlPane(<Control>)
<Result>: Character string - Name of tab pane to which the control belongs (alias).
- "" (empty string) if the <Control> is not a tab pane.
<Control>: Control name Name of control found in a static or dynamic pane of Tab control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|