Vcl.MPlayer.TMPButton

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Stocke les propriétés d'un bouton TMediaPlayer.

TMPButton est utilisé seulement dans l'unité pour stocker des informations à propos des boutons.

Voir aussi