picturepanel PlainText property
Return to Introduction  Previous page  Next page
Applies to
acRichLabel, acInfoBox, acFormHelp, acHeader, acHeaderPanel and acPicturePanel components as subproperty of TextStyle structure.  

Declaration
property PlainText: Boolean;  

Description
The PlainText property controls whether the text should be displayed as rich text (if PlainText is False) or as plain, non-formatted text (if PlainText is True). When PlainText is True, the text will be displayed as usual flat text and nor tags will be used.  

See also
TagOpen and TagClose properties;  
Using rich-formatting tags topic.