Properties
The following properties are defined in the StyleEdit class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AcceptDrop | CR | integer | 0 | Type that accepts drag and drop |
| Anchor | CRW | integer | 0 | Current anchor position |
| AutoIndent | CRW | boolean | $FALSE | ON/OFF of auto indent |
| Border | CRW | boolean | $FALSE | Frame display |
| CaretLine | CRW | boolean | $FALSE | Display the cullet line indicator |
| CaretLineColor | CRW | integer | $STD | Caret line indicator color |
| FoldBrace | CRW | boolean | $FALSE | ON / OFF of folding function between braces Added since Ver.4.1.3 |
| FontFace | CRW | integer | $STD | Font decoration attributes |
| FontKind | CRW | integer | $STD | Font type |
| FontSize | CRW | integer | 10 | Font size |
| LineNumber | CRW | boolean | $FALSE | ON / OFF of line number display |
| LineWidthLimit | CRW | integer | 0 | Maximum line width for automatic line breaks Added since Ver.4.2.0 |
| Position | CRW | integer | 0 | Current cullet position |
| ShowCaret | CR | boolean | $TRUE | Invalid. The specification is ignored. |
| TabSize | CRW | integer | 4 | Tab width |
| UseContextMenu | CRW | boolean | $TRUE | Whether to use the context menu Added since Ver.4.1.3 |
| UseTabs | CRW | boolean | $TRUE | Whether to use tab characters |
| Value* | CRW | String | Entered value | |
| ViewEOL | CRW | boolean | $FALSE | ON / OFF of line feed symbol display |
| ViewWhiteSpace | CRW | boolean | $FALSE | ON / OFF of display of blank characters |
| WordWrap | CRW | boolean | $TRUE | Word wrap control |
| WordWrapMode | CRW | integer | $WORD | Rule for determining automatic line feed position Added since Ver.4.2.0 |
Access
R: Readable W: Writable C: Initializable
*: default property