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

TExtendedStringList.RecordAllocated

Determines if memory has been allocated for the specified record.

Declaration

Source position: extendedstrings.pas line 58

public function TExtendedStringList.RecordAllocated(

  Index: Integer

):Boolean;

Arguments

Index

  

Ordinal position for the record.

Function result

True if memory has been allocated for the record.

Description

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.

See also

TExtendedStringList.Records

  

Provides indexed access to records in the string list.


Version 4.0 Generated 2025-05-03 Home