Item Method

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

The Item method returns the widget specified by the ID or index value from the current collection object.

VB

Widget = object.Item(ID)

VC++

HRESULT hr = object->Item(VARIANT ID, LPVARIANT Index);

Return Values

Widget

The variable that receives a reference to a widget object

Parameters

ID

The widget ID or the index value of the widget. To pass the ID, you must enclose it in quotation marks (for example, "4"). To pass the index value, you must not enclose the value in quotation marks (for example, 4).

Remarks

Note to VB users: The WaveLinkWidget collection executes the Item method by default if another property or method is not specified in place of it.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal