Item_Count - Cm_Menu
Returns the total number of items in the object.
Type: Property
Access: Read-Only
Data Type: Integer
Parameters: None
Syntax
Property Integer Item_Count
| Access Type | Syntax |
|---|---|
| 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