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

TExtendedStringList.RecordSize

Memory allocation size for Records in the class.

Declaration

Source position: extendedstrings.pas line 60

public property TExtendedStringList.RecordSize : Integer
  read FRecordSize
  write SetRecordSize;

Description

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.