[Overview][Types][Classes][Index] |
Changes the memory allocation size for the specified record.
Source position: extendedstrings.pas line 46
protected procedure TExtendedStringList.ResizeRecord( |
var ARecord: Pointer; |
Index: Integer; |
OldSize: Integer; |
NewSize: Integer |
); virtual; |
ARecord |
|
Pointer to the record. |
Index |
|
Ordinal position for the specified record. |
OldSize |
|
Previous memory allocation size. |
NewSize |
|
New memory allocation size. |
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.
|
Memory allocation size for Records in the class. |
Version 4.0 | Generated 2025-05-03 | Home |