FMX.ListView.Types.IListViewExtrasProvider.SetItemData
Delphi
procedure SetItemData(const Index: Integer; const DataIndex: string; const AValue: TValue);
C++
virtual void __fastcall SetItemData(const int Index, const System::UnicodeString DataIndex, const System::Rtti::TValue &AValue) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | IListViewExtrasProvider |
説明
DataIndex 内のインデックス付きデータを、Index の位置の項目に設定します。