Field-Map Scripting

4.5.3.8 Value

Value property


Prototype:

property Value[Index :integer] :variant;

Description:

Sets/returns the value of a VariantList.

Syntax (get value):



Syntax (set value):


variable := VariantList.Value[Index];



VariantList.Value[Index] := variable;



Part

Description


variable

A variable declared as a variant


VariantList

A reference to an instance of a TVariantListWrapper


Index

An integer parameter represents index position in the VariantList

Return value:

the variant value of a VariantList



See also:

Free; Add; Clear; Assign; Delete; Count; IndexOf; Value; ValueAsFloat; ValueAsInteger; ValueAsString; AsVarArray