Skip to content

Field Properties - Text Tab - Text type

Select the text type from the combo form; the choices are:

- Normal
- Rich Text Format (RTF)
- [Hyper Text Markup Language (HTML)](hyper-text-markup-language.md)

This setting can be conditionally defined by using a function. Such a function should return one of the [text type constants](../../../../explanations/functions/language-elements/constants/text-types.md).

An example of such a function is:

```dataflex
return drHTML
```