Data.Bind.ObjectScope.TBindSourceAdapter.ItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemIndex: Integer read GetItemIndex write SetItemIndex;

C++

__property int ItemIndex = {read=GetItemIndex, write=SetItemIndex, 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 active data item.

Read ItemIndex to get the index of the active data item. The ItemIndex property uses GetItemIndex as getter method.

Write ItemIndex to set the index of the active data item. The ItemIndex property uses SetItemIndex as setter method.

See Also