Property
|
Description
|
Mobile Support
|
Data
|
The variable or expression associated with the control.
|
All
|
Variable Name
|
This read-only property shows the variable name as selected in the Data property.
|
All
|
Control Name
|
The control name is used by handlers and functions to refer to the control. Unicode is not supported for this property.
|
All
|
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.
|
All
|
Default Image File
|
The name of the image file to be displayed. Note: An Image control must have either data or a default image file name.
This property is available for Online tasks.
|
|
Studio image file
|
The name of the image file for display in the Studio.
This property is available for Rich Client tasks.
|
|
Load Image From
|
Specifies whether the file will be taken from the Server or the Client.
When the Image control data is a URL (prefixed with http:// or https://), then the image will be taken from the URL, regardless of the value of this property.
This property is available for Rich Client tasks.
Since version: Android and iOS support – 2.2a
|
Android, iOS, Windows Mobile
|
Context Menu
|
The context menu to be used for the control.
Note: When a context menu is defined, it will override the default OS context menu.
See also Context Menu.
|
Android, Windows Mobile
|
Allow Drag
|
Rich Client support: Since version: 2.0
| |
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, or automatically by the Magic xpa engine.
Note: An expression set for this property is only evaluated when the task is loaded.
See also How Do I Drag Data from External Applications to Magic xpa?
Rich Client support: Since version: 2.0
| |