Return the strings as an array of string.
Source position: classesh.inc line 986
public function TStrings.ToStringArray( |
aStart: Integer; |
aEnd: Integer |
):TStringDynArray; 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 objects as an array of object. |
|
|
Indexed access to the strings in the list. |
|
|
Indexed access to the objects associated with the strings in the list. |