Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStrings.ToObjectArray

Return the objects as an array of object.

Declaration

Source position: classesh.inc line 701

public function TStrings.ToObjectArray(

  aStart: Integer;

  aEnd: Integer

):TObjectDynArray; overload;

function TStrings.ToObjectArray: TObjectDynArray; overload;

Description

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.

Errors

If aStart is larger than aEnd, no elements are returned.

See also

TStrings.ToStringArray

  

Return the strings as an array of string.

TStrings.Strings

  

Indexed access to the strings in the list.

TStrings.Objects

  

Indexed access to the objects associated with the strings in the list.


Documentation generated on: Jul 24 2023