Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowIndex Property, VirtualItem Object

Returns the item index of the item currently requested from the virtual data source.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.ItemIndex instead

Syntax

Get

VB.NETItemIndex = object.RowIndex As Integer
VBItemIndex = object.RowIndex As Long
C#.NETint ItemIndex = object.RowIndex;
VC++long ItemIndex = object->RowIndex;
long ItemIndex = object->GetRowIndex();
CHRESULT object->get_RowIndex(long* ItemIndex);

object

A VirtualItem object.

ItemIndex

Returns the item index of the item currently requested from the virtual data source.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.ItemIndex instead

The RowIndex property returns the item index of the item currently requested from the virtual data source.

The VirtualItem.RowIndex property is used while handling a VirtualItem event to retrieve the item index of the item currently requested from the virtual data source. The returned value is identical to the VirtualItem event's RowIndex parameter.

See Also VirtualItem Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.