Data.Bind.ObjectScope.TBindSourceAdapter.ItemIndex

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 ItemIndex: Integer read GetItemIndex write SetItemIndex;

C++

__property int ItemIndex = {read=GetItemIndex, write=SetItemIndex, nodefault};

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