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.6 | Generated 2026-02-20 | Home |