[Overview][Classes][Procedures and functions][Index] |
Removes duplicate strings in the AStrings argument.
Source position: lookupstringlist.pas line 57
function Deduplicate( |
AStrings: TStrings |
):Integer; |
AStrings |
|
TStrings instance examined in the function. |
The number of duplicates removed from AStrings.
Removes duplicate strings (with case sensitivity) from AStrings. Deduplicate creates a TLookupStringList instance that is used to remove the duplicate values in AStrings.
|
Implements an unsorted StringList with a fast lookup feature. |
Version 4.0 | Generated 2025-05-03 | Home |