FMX.ListView.Types.IListViewGlyphButtonProvider.GetGlyphButtonDrawable
Delphi
function GetGlyphButtonDrawable(const Index: Integer): TListItemGlyphButton;
C++
virtual TListItemGlyphButton* __fastcall GetGlyphButtonDrawable(const int Index) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | IListViewGlyphButtonProvider |
説明
グラフィック ボタンのある項目の IListViewAdapter の拡張です。TAppearanceListViewItems で実装されています。
GetGlyphButtonDrawable は、Index にある項目に対するボタンのドローアブルを取得します。