List Box Details Control Properties (Magic xpa 3.x)
Property
Description
Mobile Support
Data
The variable or expression associated with the control.
Variable Name
This read-only property shows the variable name as selected in the Data property.
Control Name
The control name is used by handlers and functions to refer to the control. Unicode is not supported for this property.
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.
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.
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, or automatically by the Magic xpa engine.
Note: An expression set for this property is only evaluated when the task is loaded.
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.