API:Vcl.MPlayer.TMPButton
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
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !