Field-Map Scripting

4.5.6.4 Count

Count function


Prototype:

function Count :integer;

Description:

 Count function returns a number of objects from the ObjectList.

Syntax:

variable:= ObjectList.Count;


Part

Description


variable

A variable declared as an integer


ObjectList

A reference to an instance of a TObjectListWrapper

Return value:

an integer represents a number of items (objects) in the ObjectList



Note: This property is available since version X7.



See also:

Free; Clear; OwnsObjects; Count; Add; Item