Properties
The following properties are defined in the EditObject class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AcceptDrop | CRW | integer | 0 | Type that accepts drag and drop Added since Ver.4.1.0 Not supported in Mobile, AI |
| BgColor | CRW | integer | $STD | Background color |
| Copyable | CRW | boolean | $TRUE | Copyability Added since Ver.5.0.0 Not supported in Mobile, AI |
| Editable | CRW | boolean | $TRUE | Editability |
| FgColor | CRW | integer | $STD | Text color |
| FontFace | CR | integer | $STD | Font decoration attributes There are limits in AI |
| FontKind | CR | integer | $STD | Font type Supported fonts have been added from Ver4.1.0 There are limits in AI Not supported in Mobile |
| FontSize | CR | integer | 10 | font size |
| IMECodeInput | CR | boolean | $FALSE | Use of IME character code input extension Added since Ver.4.2.0 It is always disabled on Windows Vista or later version, since Ver.5.0.2 There are limits in AI Not supported in Mobile |
| IMEMode | CR | integer | $STD | Specifying IME mode |
| IMEZoomRatio | CR | integer | 0 | Using the IME conversion string enlargement Added since Ver.4.2.0 Not supported in Mobile, AI |
| SelectAllOnFocus | CR | integer | $STD | Specifying the selected state when receiving focus Added since Ver.5.0.3 Not supported in Mobile, AI |
| ShowCaret | CR | boolean | $TRUE | Show / hide caret Added since Ver.5.0.3 Not supported in Mobile, AI |
| ToolTip | CRW | String | $STD | Tooltip Not supported in Mobile, AI |
| ToolTipDelayTime | CRW | integer | 0 | Tooltip display time Added since Ver.4.2.0 Not supported in Mobile, AI |
Only for Mobile and Android version
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| UseTapAndHold | CRW | boolean | $FALSE | Whether to use tap and hold operation Added since Mobile Ver.3.0.0 |
Access
R: Readable W: Writable C: Initializable