FMX.ListView.Types.IListViewGlyphButtonProvider.GetGlyphButtonDrawable
Delphi
function GetGlyphButtonDrawable(const Index: Integer): TListItemGlyphButton;
C++
virtual TListItemGlyphButton* __fastcall GetGlyphButtonDrawable(const int Index) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | IListViewGlyphButtonProvider |
Description
Extension of IListViewAdapter for items with glyph buttons. Implemented by TAppearanceListViewItems.
GetGlyphButtonDrawable gets drawable of the button for an item at Index.