|
|
|
|
|
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). Note To change the internal window associated with an "Internal window" field, use function ChangeSourceWindow.
Trace(IW_InternalWinControl1.SourceWindow)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|