[Overview][Types][Classes][Index] Reference for unit 'ExtendedStrings' (#lazutils)

TExtendedStringList.Create

Constructor for the class instance.

Declaration

Source position: extendedstrings.pas line 51

public constructor TExtendedStringList.Create(

  InitialRecordSize: Integer

);

Arguments

InitialRecordSize

  

Memory size allocated for records.

Description

Create is the constructor for the class instance. Create calls the inherited constructor, and sets the default values in the following properties:

Options
Set to [ esoClearRecordsOnCreate ]
RecordSize
Set to the value in the InitialRecordSize argument

Use RecordSize to change the memory allocation size for Records in the class.