Field-Map Scripting

4.5.3.6 Count

Count function


Prototype:

function Count :integer;

Description:

 Count function returns a number of values from the VariantList.

Syntax:

variable:= VariantList.Count;


Part

Description


variable

A variable declared as an integer


VariantList

A reference to an instance of a TVariantListWrapper

Return value:

 an integer represents a number of values in the VariantList



See also:

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