[Overview][Classes][Procedures and functions][Index] Reference for unit 'LookupStringList' (#lazutils)

TLookupStringList.Create

Constructor for the class instance.

Declaration

Source position: lookupstringlist.pas line 44

public constructor TLookupStringList.Create(

  aCaseSensitive: Boolean

);

constructor TLookupStringList.Create;

Description

Create is the constructor for the class instance, and calls the inherited constructor. Create allocates the internal TStringMap instance used in the class.

See also

TStrings.Create