Properties
The following properties are defined in the NumberEdit class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| BgColor | CRW | integer | $STD | Background color |
| ClickedImage | CRW | XmlDocument | SVG image to display when clicked | |
| DisabledImage | CRW | XmlDocument | SVG image to display when disabled | |
| FgColor | CRW | integer | $STD | Text color |
| FocusedImage | CRW | XmlDocument | SVG image to display when in focus | |
| HoveredImage | CRW | XmlDocument | SVG image to display when under the mouse cursor | |
| Image | CRW | XmlDocument | SVG image to display | |
| NoPrefix | CRW | boolean | $FALSE | Mode without interpretation of & Added since Ver.5.0.0 Not supported in Mobile |
| Transparent | CR | boolean | $FALSE | Make the background transparent |
Access
R: Readable W: Writable C: Initializable