Field-Map Scripting

4.5.3.10 ValueAsInteger

ValueAsInteger property


Prototype:

property ValueAsInteger[Index :integer] :integer;

Description:

Sets/returns the value as integer of a VariantList.

Syntax (get value):



Syntax (set value):


variable := VariantList.ValueAsInteger[Index];



VariantList.ValueAsInteger[Index] := variable;



Part

Description


variable

A variable declared as an integer


VariantList

A reference to an instance of a TVariantListWrapper


Index

  An integer parameter represents index position in the VariantList

Return value:

the integer value of a VariantList



See also:

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