|
|
|
|
|
SourceWindow (Property) In french: FenêtreSource
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control). Remark: To modify the internal window associated with an "Internal window" control, use ChangeSourceWindow.
Trace(IW_InternalWinControl1.SourceWindow) // Displays IW_InternalWin2
// Change the source of the internal window IF IW_WinControl1.SourceWindow = "IW_EditParam" THEN ChangeSourceWindow(IW_WinControl1, IW_EditParam2) END
Syntax
<Internal window used> = <Internal Window control>.SourceWindow
<Internal window used>: Window name Name of the internal window used by the "Internal Window" control. <Internal Window control>: Control name Name of the Internal Window control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|