| [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.