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

RecordSize is used in the CreateRecord method and indicates the initial size for the block of memory allocated for the record instance using GetMem.

See also

TExtendedStringList.Records

  

Provides indexed access to records in the string list.

TExtendedStringList.CreateRecord

  

Allocates memory for a new record instance.

TExtendedStringList.Options

  

Contains record options enabled in the class.


Version 4.0 Generated 2025-05-03 Home