Discuss this help topic in SecureBlackbox Forum
Returns the number of elements in the list.
Declaration
[VB.NET]
Property ElementCount As Integer
[Pascal]
property ElementCount : integer;
[C++]
int32_t get_ElementCount();
[PHP]
integer get_ElementCount()
[Java]
int getElementCount();
Description
Use this property to check the number of list items.
Discuss this help topic in SecureBlackbox Forum