FMX.ListView.Types.IListViewGlyphButtonProvider.GetGlyphButtonDrawable

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

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 にある項目に対するボタンのドローアブルを取得します。

関連項目