JVCL Help:TJvCustomComboBox.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 the specified string from the Items property array.


Pascal

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


Parameters

Parameters Description
const Value: string String to remove
All: Boolean Flag indicating if all occurrences of the string should be removed. If set to False only the first occurrence is removed.
CaseSensitive: Boolean = True Flag indicating if a match should be exact in casing. If set to False, casing of the specified string and the strings in the Items property does not influence the match.


Description

Use DeleteExactString to delete the specified value from the Items property array. You can specify whether or not to compare case-sensitive and whether or not all occurrences of the string should be removed. The result value indicates the number of strings actually removed. Note that if a match is indeed found in the Items property array, any provider selected will be deselected.


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