Vcl.MPlayer.TMPButton

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

Description

Stores the properties of a TMediaPlayer button.

TMPButton is used only inside the unit to store information about the buttons.

See Also