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

TObjectArray.GetObject

Gets the value for the Objects property.

Declaration

Source position: objectlists.pas line 59

protected function TObjectArray.GetObject(

  Index: Integer

):TObj;

Arguments

Index

  

Ordinal position for the requested object.

Function result

TObj value for the property.

See also

TObjectArray.Objects

  

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

TObjectArray.PutObject

  

Sets the value for the Objects property.


Version 4.0 Generated 2025-05-03 Home