JVCL Help:TJvCustomListBox.DeleteExactString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomListBox.DeleteExactString Method
[+] TJvCustomListBox Events
[+] TJvCustomListBox Methods
[+] TJvCustomListBox Properties
Search in JVCL Help
Search in all projectsSummary
Deletes specific strings from the list box.
Pascal
functionDeleteExactString(constValue: string; All: Boolean; CaseSensitive: Boolean = True): Integer;
Parameters
Parameters | Description |
const Value: string | The string value to be removed from the list box. |
All: Boolean | Specifies whether to delete all strings that match Value. |
CaseSensitive: Boolean = True | Specifies whether the strings in the list box must be compared case-sensitive with Value. |
Description
Call DeleteExactString to remove strings from the list box that are equal to Value.
See Also
,
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