Constructor for the class instance.
Source position: lookupstringlist.pas line 44
public constructor TLookupStringList.Create( |
aCaseSensitive: Boolean |
); |
Create is the constructor for the class instance, and calls the inherited constructor. Create allocates the internal TStringMap instance used in the class.
| Version 4.4 | Generated 2025-11-08 | Home |