FMX.ListView.Types.IListViewGlyphButtonProvider.GlyphButtonDrawable

提供:RAD Studio API Documentation

Delphi

property GlyphButtonDrawable[const Index: Integer]: TListItemGlyphButton read GetGlyphButtonDrawable;

C++

__property TListItemGlyphButton* GlyphButtonDrawable[const int Index] = {read=GetGlyphButtonDrawable};

プロパティ

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


説明

GlyphButtonDrawable は、Index にある項目のボタンのドローアブルです。

関連項目