JVCL Help:TJvCheckListBox.DeleteExactString

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Deletes specific strings from the list box.


Pascal

 functionDeleteExactString(Value: string; All: Boolean; CaseSensitive: Boolean = True): Integer;


Parameters

Parameters Description
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

TJvCheckListBox.DeleteAllButSelected, ,


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