[Overview][Types][Classes][Index] |
Constructor for the class instance.
Source position: extendedstrings.pas line 51
public constructor TExtendedStringList.Create( |
InitialRecordSize: Integer |
); |
InitialRecordSize |
|
Memory size allocated for records. |
Create is the overloaded constructor for the class instance. Create calls the inherited constructor, and sets the default values in the following properties:
Use RecordSize to change the memory allocation size for Records in the class.
Version 4.0 | Generated 2025-05-03 | Home |