Data.Bind.Components.IBindListItemIndexEditor.ItemIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ItemIndex: Integer read GetItemIndex write SetItemIndex;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components IBindListItemIndexEditor


説明

リスト項目のインデックスを表します。

ItemIndex プロパティを使用すると、リスト項目のインデックスを取得または設定することができます。

関連項目