Data.Bind.ObjectScope.TBindSourceAdapter.CurrentIndex

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

property CurrentIndex: Integer read GetCurrentIndex;

C++

__property int CurrentIndex = {read=GetCurrentIndex, nodefault};

Description

Indicates the index of the current active data item including the index offset.

Read CurrentIndex to get the current active data item including the index offset. This property uses the getter method GetCurrentIndex that returns the addition of the values held by the ItemIndex and ItemIndexOffset properties.

See Also