Description
Gets whether the TabbedView option of the MDI window is enabled or not.
Applies to
Window control
Syntax
controlname.IsTabbedViewEnabled ( )
Return value
Boolean.
Returns TRUE if the TabbedView option is enabled and FALSE if it is not.
Usage
The TabbedView option can only be enabled or disabled in the IDE. When the TabbedView option is enabled, the sheets will be displayed as tab pages. For more information, refer to the section called “Displaying sheets in tabbed view” in Application Techniques.
Examples
Boolean lb_IsTabbed lb_IsTabbed = w_1.IsTabbedViewEnabled()
See also