Property
|
Description
|
Mobile Support
|
Border
|
Specifies whether the control will have a border.
Online support: Since version: 2.0
Platform specific: For Android devices, this property affects non-system colors only. For system colors, this property is ignored and the border is drawn by the operating system.
|
Android and iOS
|
Font
|
The font for the control's text taken from the Application Font repository.
Platform specific: On Android and iOS devices: The font size defined in Magic xpa is converted to pixels on the mobile device using the following formula: (font size on mobile in pixels) = (font size on Windows in points)*(device dpi)/72.
|
All
|
Color
|
The color of the control taken from the Application Color repository.
Platform specific: In mobile devices, when a system color is used it will show the operating system's default color for the control.
For Android devices, to see the border you must use a color with a system color (to get the device default).
|
All
|
Help Screen
|
Specifies whether a Help screen is associated with this control. You can zoom to select a Help screen from the Help list.
For Rich Client controls, only help screens of Type=URL are supported.
For Rich Client controls, the URL can point to a server file and not to a Web location. (Since version: 1.9)
|
|
Tooltip
|
Specifies whether a ToolTip is associated with this control. A number specifies the number of the ToolTip Help in the Help list.
You can enter an expression for a Tooltip so that the Tooltip is dynamic. You can create the expression in Unicode format.
|
|
Help Prompt
|
Specifies whether a Help prompt is associated with this control. You can zoom to select a Help prompt from the Help list.
Platform specific: In Windows Mobile devices, the Help prompt opens as a Verify message.
|
Windows Mobile
|
Visible
|
Specifies whether the control will be visible to the user.
|
All
|
Enabled
|
Specifies whether the control will be active.
|
All
|
Horizontal Alignment
|
The horizontal alignment of the text in the control. The options are Left, Center (default), and Right.
Platform specific: In single line Edit controls, this property is not supported for Windows Mobile deployment.
|
All
|
Vertical Alignment
|
The vertical alignment of the text in the control. The options are Top, Center (default), and Bottom.
If the Multi-Line Edit property is set to Yes, this property is disabled.
|
Android and iOS
|