Item_Count - DfBaseList

Returns the total number of items in the object.

Type: Property

Access: Read-Only

Data Type: Integer

Parameters: None

Syntax
 Property Integer Item_Count

Read Access: Get Item_Count to IntegerVariable


Description

Returns the total number of items in the object.

Get Item_Count to iCount
For i from 0 to (iCount-1)
    :
Loop