Data.Bind.Components.IBindListItemIndexEditor.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};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components IBindListItemIndexEditor

Description

Represents the item index.

Use the ItemIndex property to get or set the item index.

See Also