Indicates if the contents of the control must be interpreted as text or as HTML code.
HTML | The content of the control will be interpreted as HTML code. |
Text | The content of the control will be interpreted as text. This is the default value. |
Generators: Android, Apple
Controls: Text Block
HTML
The value of the format for the text block will be HTML; that is, the control will interpret the content of the text block as HTML code. This property is intended to add style to the text and not to show a complete web page; in other words, the idea is to change the style of the text, colors, etc. To show a complete web page, using a variable based on the Component domain is recommended.
Text
It accepts plain text content. To insert a break, you have to use the NewLine() function.
This property applies only at design time.
To apply the corresponding changes when the property value is configured, Build the Main Object.
Format property (for Web)