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

TObjectArray.Get

Gets the value for the Items property.

Declaration

Source position: objectlists.pas line 57

protected function TObjectArray.Get(

  Index: Integer

):TItem;

Arguments

Index

  

Ordinal position for the requested item.

Function result

TItem value for the property.

See also

TObjectArray.Items

  

Provides indexed access to the TItem class instances stored in the List.

TObjectArray.Put

  

Sets the value for the Items property.


Version 4.0 Generated 2025-05-03 Home