Count Property

This member of WaveLinkWidgetCollection Object is supported on: Palm, CE

The Count property retrieves the number of widget objects contained in the WaveLinkWidget collection.

VB

Items = object.Count

VC++

HRESULT hr = object->getCount(long *Items);

Return Values

Items

The number of widgets in the collection.

Remarks

The Count property is a read-only property.

Members of the collection loop starting with the member number 1 and ending with the value of the Count property, you can use a "For Each…Next" command. If it returns a value of 0, the collection contains no objects.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal