[Overview][Types][Classes][Index] |
Determines if memory has been allocated for the specified record.
Source position: extendedstrings.pas line 58
public function TExtendedStringList.RecordAllocated( |
Index: Integer |
):Boolean; |
Index |
|
Ordinal position for the record. |
True if memory has been allocated for the record.
RecordAllocated is a Boolean function which determines if memory has been allocated for the record at the specified position. The return value is True if the item at the Index position in Objects contains a value other than Nil.
RecordAllocated is called when reading a value for the Records property.
|
Provides indexed access to records in the string list. |
Version 4.0 | Generated 2025-05-03 | Home |