WDOCKABLE( ) Function

Returns the dockable state of the specified window

WDOCKABLE(WindowName [, lEnable])

Parameters

  • WindowName
    Specifies the name of the window to evaluate
  • lEnable
    Specifies whether the named window has docking disabled (.F.) or enabled (.T.). Enabled (.T.) is ignored if the named window does not support docking.

Return Values

Logical

Remarks

WDOCKABLE( ) always returns .F. for undockable windows. Use the WDOCKABLE( ) function on Visual FoxPro windows that support docking.

See Also

Windows