Vcl.MPlayer.TMPButton

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TMPButton = record
    Visible: Boolean;
    Enabled: Boolean;
    Colored: Boolean;
    Auto: Boolean;
    Bitmaps: array[TMPGlyph] of TBitmap;
  end;

C++

struct DECLSPEC_DRECORD TMPButton
{
public:
    bool Visible;
    bool Enabled;
    bool Colored;
    bool Auto;
    System::StaticArray<Vcl::Graphics::TBitmap*, 3> Bitmaps;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

Beschreibung

Speichert die Eigenschaften einer TMediaPlayer-Schaltfläche.

TMPButton wird nur innerhalb der Unit zum Speichern der Informationen über die Schalflächen verwendet.

Siehe auch