Data.Bind.Components.TContainedBindComponent.Index

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

Delphi

property Index: Integer read GetIndex write SetIndex stored False;

C++

__property int Index = {read=GetIndex, write=SetIndex, stored=false, nodefault};

プロパティ

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

説明

バインディング式における、このコンポーネントのインデックスを返します。

関連項目