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;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Vcl.MPlayer.pas Vcl.MPlayer.hpp |
Vcl.MPlayer | Vcl.MPlayer |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!