Item property
Prototype: |
property Item[Index :Integer]: TObjectWrapper; |
|
Description: |
Sets/returns the item of a ObjectList. |
|
Syntax (get value): Syntax (set value): |
variable := ObjectList.Value[Index]; ObjectList.Value[Index] := variable; |
|
Part |
Description |
|
variable |
A variable declared as variant |
|
ObjectList |
A reference to an instance of a TObjectListWrapper |
|
Index |
An integer parameter represents index position in the ObjectList |
|
Return value: |
the item of the ObjectList |
|
Note: This property is available since version X7.
See also:
© 2024 IFER-Monitoring and Mapping Solutions