|
|
|
VirtualItem.RowIndex Property |
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
VB.NET |
ItemIndex = object.RowIndex As Integer |
||
VB |
ItemIndex = object.RowIndex As Long |
||
C#.NET |
int ItemIndex = object.RowIndex; |
||
VC++ |
long ItemIndex = object->RowIndex;
|
||
C |
HRESULT object->get_RowIndex(long* ItemIndex); |
||
Delphi |
ItemIndex := object.RowIndex : Integer; |
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.RowForeColor 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