Purpose
Indicates if the Widget mode is active or not for the application. When Widget mode is active, the application presents only the open form in the browser; in this way it is easier to include it as part of a portal or when only the indispensable minimum must be displayed.
Syntax
WidgetMode := True
When written
Activates or does not activate the Widget mode. See the following notes for more information about what occurs exactly in Widget mode.When read
Returns a boolean value that represents the activation status of Widget mode.
Notes
The consequences of activating Widget mode are specified below:
- Only the currently open form is displayed. The menu, toolbars, docked form and application header are not displayed.
- By closing the last open form, the application closes and the empty browser is displayed.
- The same browser window will be used for all the OpenDocument procedures that specify the Features parameter.
Changed on: 08/04/2025 / From version: 6.6.2750