Field-Map Scripting

4.5.6.6 Item

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:

Free; Clear; OwnsObjects; Count; Add; Item