JVCL Help:TJvPreviewRenderStrings.Strings
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPreviewRenderStrings.Strings Property
[+] TJvPreviewRenderStrings Methods
[+] TJvPreviewRenderStrings Properties
Search in JVCL Help
Search in all projectsSummary
List of text strings that should be rendered.
Pascal
propertyStrings: TStrings;
Description
use Strings to specify the text strings to render to the preview. You can copy strings from any other control or TStrings descendant by assigning directly to the Strings property or you can use the methods of TStrings (like Add, Remove, LoadFromFile etc) to define the content of the list.
To view the new or changed content of Strings, you must call the CreatePreview method.
See Also
TJvCustomPreviewRenderer.CreatePreview
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page