JVCL Help:TJvCustomHTListBox.PlainItems
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomHTListBox.PlainItems Property
[+] TJvCustomHTListBox Events
[+] TJvCustomHTListBox Methods
[+] TJvCustomHTListBox Properties
Search in JVCL Help
Search in all projectsSummary
Provides access to items in the control as plain text instead of HTML tags.
Pascal
propertyPlainItems [Index: Integer]: string;
Parameters
Parameters | Description |
Index | Ordinal position of the plain text item. |
Description
PlainItems is an indexed String property that provides access to the Items in the control as plain text instead of HTML tags. Using PlainItems is very much like using values in the Items property, except all HTML tags and attributes are removed from the contents of the item.
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