FMX.ListView.Types.TListItemView.Drawables

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

Delphi

property Drawables[const Index: Integer]: TListItemDrawable read GetObject; default;

C++

__property TListItemDrawable* Drawables[const int Index] = {read=GetObject/*, default*/};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemView


説明

指定されたインデックスを持つビュー リスト描画可能リスト項目

関連項目