Vcl.Buttons.TBaseNavigator.TButtonDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TButtonDescription = record
    public
      ID: TNavBtnID;
      AllowTimer: Boolean;
      DefaultVisible: Boolean;
      DefaultHint: string;
      GlyphResInstance: HINST;
      GlyphResName: string;
      ThemeNormal: TThemedDataNavButtons;
      ThemeHot: TThemedDataNavButtons;
      ThemeDisabled: TThemedDataNavButtons;
      ThemePressed: TThemedDataNavButtons;
    end;

C++

struct DECLSPEC_DRECORD TButtonDescription
{
public:
    int ID;
    bool AllowTimer;
    bool DefaultVisible;
    System::UnicodeString DefaultHint;
    NativeUInt GlyphResInstance;
    System::UnicodeString GlyphResName;
    Vcl::Themes::TThemedDataNavButtons ThemeNormal;
    Vcl::Themes::TThemedDataNavButtons ThemeHot;
    Vcl::Themes::TThemedDataNavButtons ThemeDisabled;
    Vcl::Themes::TThemedDataNavButtons ThemePressed;
};

Properties

Type Visibility Source Unit Parent
record
struct
protected
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TBaseNavigator

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!