Return the objects as an array of object.
Source position: classesh.inc line 984
public function TStrings.ToObjectArray( |
aStart: Integer; |
aEnd: Integer |
):TObjectDynArray; overload; |
ToObjectArray returns all the values in the Objects array as a dynamic array of TObject instances. If aStart and aEnd are specified, only the objects with indexes in the specified array (aStart and aEnd included) are returned. Nil values will also be returned.
If aStart is larger than aEnd, no elements are returned.
|
Return the strings as an array of string. |
|
|
Indexed access to the strings in the list. |
|
|
Indexed access to the objects associated with the strings in the list. |