Fmx.Bind.Navigator.TBindNavGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindNavGlyph = (ngEnabled, ngDisabled);

C++

enum DECLSPEC_DENUM TBindNavGlyph : unsigned char { ngEnabled, ngDisabled };

Properties

Type Visibility Source Unit Parent
enum public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

Description

Enumeration of values used to enable or disable the glyphs (pictures) on the bind navigator buttons.

TBindNavGlyph is internally used.

See Also