Developer

CaptionTextRender

Specifies how Caption will be rendered, i.e. as plain text or in simple html.

property CaptionTextRender: TNxTextRender read FCaptionTextRender write SetCaptionTextRender default trPlainText;

Example


CheckNode.CaptionTextRender := trHtml; CheckNode.Caption := '<p><b>Automatic Updates</b></p>' + '<span class="note">note:</span> ' + '<span class="gray-text">Click on checkbox ' + 'if you want <u>daily updates</u><span>';

See also