[Overview][Types][Classes][Index] |
Memory allocation size for Records in the class.
Source position: extendedstrings.pas line 60
public property TExtendedStringList.RecordSize : Integer |
RecordSize is an Integer property that specifies the memory allocation size for Records in the class. The initial value for the property is set to the argument passed in the constructor. Setting a new value for the property causes the allocated memory size for any existing Records to be changed to the new value.
RecordSize is used in the CreateRecord method and indicates the initial size for the block of memory allocated for the record instance using GetMem.
|
Provides indexed access to records in the string list. |
|
|
Allocates memory for a new record instance. |
|
|
Contains record options enabled in the class. |
Version 4.0 | Generated 2025-05-03 | Home |