|
|
|
Data
|
The variable or expression associated with the control.
|
Android and iOS
|
Variable Name
|
This read-only property shows the variable name as selected in the Data property.
|
Android and iOS
|
Control Name
|
The control name is used by handlers and functions to refer to the control. Unicode is not supported for this property.
In Web Client tasks, this field must not start with a digit, or contain spaces or the special characters !,+:,~{}>\".
|
Android and iOS
|
Format
|
The display format of the data.
The property can inherit a value from the format of the data or the model.
The initial setting is the Picture inherited from the item's Column repository setting.
Platform specific: For Android and iOS devices, the picture mask of Alpha and Unicode Edit controls is calculated when leaving the control (instead of after typing a character). This provides support for the built-in auto-complete feature of the mobile devices. Since version: 2.3
The Expression is not available for this property in Web Client tasks.
|
Android and iOS
|
Attribute
|
The attribute of the selected variable or expression. The Attribute property is fixed for variables. You can change the setting for items based on an expression.
|
Android and iOS
|
Custom Properties
|
It is a Read-Only, free-floating property that displays the number of items in the custom properties list for this specific form or control. You can access it by zooming-in to it.
Since version: 4.0
See also: Web Client Custom Properties Property
| |
Custom Validators
|
Enables you to define a set of validators for input controls. When the condition in an expression against a validator evaluates to True, an error message is displayed.
Since version: 4.6.1
See also: Web Client Custom Validators Property
|
|
Binding Level
|
Defines the level of binding between the control and the variable. There are two options in Binding Level:
Control (default) - The variable receives the value of the control only when the control is left.
Character - The variable receives the value of the control on every character entered by the end user. When binding is set to Character, and typing starts, the value of the Magic xpa variable is updated after 200 milliseconds.
Since version: 4.7
|
|
Context Menu
|
The context menu to be used for the control. When a context menu is defined, it will override the default OS context menu.
This property is not available in Web Client tasks.
See also Context Menu.
| |
Allow Drag
|
Enables the dragging of data from the control to other controls in the same project or other projects that run on the same machine. The data copied from this control can be set manually by defining a handler over the Drag begin event. Magic xpa automatically handles the Drag operation data for Edit controls by updating the control where the dropping occurs.
See also How Do I Copy Data Within an Application by Dragging It?
An expression set for this property is only evaluated when the task is loaded.
Rich Client support: Since version: 1.9
This property is not available in Web Client tasks.
|
|
Allow Drop
|
Enables the dropping of data onto the control from other controls in the same project or other projects that run on the same machine. The data copied onto this control can be set manually by defining a handler over the Drop event. Magic xpa automatically handles the drag operation data for Edit controls by updating the control where the dropping occurs.
An expression set for this property is only evaluated when the task is loaded.
Rich Client support: Since version: 1.9
This property is not available in Web Client tasks.
|
|