Data.Bind.ObjectScope.TBindSourceAdapter.CurrentIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentIndex: Integer read GetCurrentIndex;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

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