Derived from IIntfList/IStrList/IList
property Items[Index: Integer]: IInterface read GetObject write SetObject; default;
property Items[Index: Integer]: string read GetString write SetString; default;
property Items[Index: Integer]: TObject read GetObject write SetObject; default;
An array provide only a property to use [] notation.
Method | Description |
---|---|
Items[] |
read call to GetObject with Index write call to SetObject with Index, AObject |