CaptionTextRender
Specifies how Caption
will be rendered, i.e. as plain text or in simple html.
pas
property CaptionTextRender: TNxTextRender read FCaptionTextRender write SetCaptionTextRender default trPlainText;
Example
pas
CheckNode.CaptionTextRender := trHtml; CheckNode.Caption := 'Automatic Updates' + 'class="note">note: ' + 'class="gray-text">Click on checkbox ' + 'if you want daily updates';