CoreClasses Xojo Plugin

IArray.Count Method

Use this function on containers that Implement the IArray Interface to get the element count from the container.

Count() as Integer

Parameters

Returns

Integer

Remarks

See Also

IArray Interface