Field-Map Scripting

4.5.2.11 Value

Value property


Prototype:

property Value[Index :integer] :integer;

Description:

Sets/returns the value of a IntegerList.

Syntax (get value):



Syntax (set value):


variable := IntegerList.Value[Index];



IntegerList.Value[Index] := variable;



Part

Description


variable

A variable declared as an integer


IntegerList

A reference to an instance of a TIntegerListWrapper


Index

An integer parameter represents index position in the IntegerList

Return value:

the integer value of a IntegerList



See also:

Free; Add; Clear; Assign; Delete; Count; IndexOf; SortAscending; SortDescending; SortAscendingAndRemoveDuplicates; Value; Delimiter; DelimitedText; AsVarArray