Language Constants - Text Types¶
The following text type constants are available to control the text type for a text-based control on the text tab-page of the field properties dialog.
| Constant | Description |
|---|---|
| drTextNormal | No formatting present in the text and font properties of the object/field are applied. |
| drTextRTF | Text contains RTF markers. RichEdit handling from Windows is used to format the text. |
| drTextHTML | Text contains HTML tags such as <b>, <i>, etc., and the HTML engine is used to render the text. |