FMX.ListView.Types.TGlyphButtonType
Delphi
TGlyphButtonType = (Add, Delete, Checkbox);
C++
enum class DECLSPEC_DENUM TGlyphButtonType : unsigned char { Add, Delete, Checkbox };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | FMX.ListView.Types |
Description
Enumerates the possible TGlyphButton types. The TGlyphButton can be:
- Add
- Delete
- Checkbox