FMX.ListView.Types.IListViewGlyphButtonProvider.GetGlyphButtonDrawable
Delphi
function GetGlyphButtonDrawable(const Index: Integer): TListItemGlyphButton;
C++
virtual TListItemGlyphButton* __fastcall GetGlyphButtonDrawable(const int Index) = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | IListViewGlyphButtonProvider |
Beschreibung
Erweiterung von IListViewAdapter für Elemente mit Glyphe-Schaltflächen. Implementiert durch TAppearanceListViewItems.
GetGlyphButtonDrawable ruft ein Ziehobjekt der Schaltfläche für ein Element am Index ab.