Property
|
Description
|
Mobile Support
|
Window Type
|
Describes and sets the type of the window, which affects both its appearance and its runtime implications. See Window Type.
|
|
Show in Window Menu
|
Specifies whether the task will appear in the Window menu and whether it can be accessed via navigation events. See Show in Window Menu.
This property is available in Online tasks only.
|
|
Form Units
|
The size and position of controls on a form are defined in terms of form units (units of measurement). Form units also determine the resolution of the form.
You can define a form in dialog units (characters), centimeters, inches, or pixels. A dialog unit is the size of the form’s current font. Use dialog units to maintain the same proportions in a form when using different screen resolutions.
Use the Vertical factor and Horizontal factor properties to determine fractions of dialog units for finer resolution.
Platform specific:
-
On mobile devices, when using the Dialog Units option, the location and size calculation will be based on the default font metrics (5,13).
-
Make sure that your form's font is defined as Microsoft Sans Serif size 8.
|
Android, iOS and Windows 10 Mobile
|
Vertical Factor
|
The vertical resolution within each unit of measurement. A higher value gives a finer resolution.
|
|
Horizontal Factor
|
The horizontal resolution within each unit of measurement. A higher value gives a finer resolution.
|
|
Show Grid
|
Specifies whether the Form Designer will appear with a grid.
Note: The Visual Studio-based alignment lines will not be shown if the grid is shown.
|
|
Grid X, Grid Y
|
The distance between the grid dots on the form.
|
|
Form Name
|
The name in the Form Designer. This name appears in the title bar of the form. You have the option to select an expression that, when evaluated at runtime, returns the form title.
See also:
How Do I Show a Dynamic Form Title?
How Do I Dynamically Set the Caption for a Window?
|
Android, iOS and Windows 10 Mobile
|
Persistent Form State
|
Specifies whether the form keeps its state or whether the persistency data will not be saved.
See also FormStateClear.
Since version: Rich Client support: 1.9; Online support: 2.0
See also How Do I Keep the End User’s Form Customization?
|
|
Context Menu
|
The context menu for the form.
You can set a different context menu for the controls on the form.
If you select the Pulldown menu from the Context Menu property, the pulldown menu will be displayed in the form's context menu.
See also:
Context Menu
How Do I Set a Default Context Menu for All Controls of a Form?
|
Android, iOS and Windows 10 Mobile
|
Allow Drop
|
Enables the dropping of data onto the form from other controls in the same project or other projects that run on the same machine. The data copied on to the form can be set manually by defining a handler over the Drop event or automatically by the Magic xpa engine.
Note: An expression set for this property is only evaluated when the task is loaded.
Since version: Rich Client support: 1.9
|
|
Automatic Z-order
|
In Automatic mode, the Z-order of each control is set automatically. Manual mode requires you to manually set the Z-order of each control.
|
Android, iOS and Windows 10 Mobile
|