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

TExtendedStringList.ResizeRecord

Changes the memory allocation size for the specified record.

Declaration

Source position: extendedstrings.pas line 46

protected procedure TExtendedStringList.ResizeRecord(

  var ARecord: Pointer;

  Index: Integer;

  OldSize: Integer;

  NewSize: Integer

); virtual;

Arguments

ARecord

  

Pointer to the record.

Index

  

Ordinal position for the specified record.

OldSize

  

Previous memory allocation size.

NewSize

  

New memory allocation size.

Description

ResizeRecord is a procedure used to change the memory allocation size for the specified record. ResizeRecord calls ReAllocMem to change the allocated memory size to the value in NewSize. ResizeRecord is called when the value in the RecordSize property is changed.

See also

TExtendedStringList.RecordSize

  

Memory allocation size for Records in the class.


Version 4.0 Generated 2025-05-03 Home