Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the dockable state of the specified window
WDOCKABLE(cWindowName [, lEnable])
Parameters
- cWindowName
Specifies the name of the window to evaluate. - lEnable
Specifies the dockable state for the window specified with the cWindowName parameter. If the specified window does not support docking, then Visual FoxPro ignores the lEnable parameter.
Return Values
Logical data type. Returns the current dockable state for the specified window.
Remarks
The WDOCKABLE( ) function always returns False (.F.) for undockable windows. Use the WDOCKABLE( ) function on Visual FoxPro windows that support docking. For a list of dockable Visual FoxPro windows, see Docking Windows.