API:Vcl.MPlayer.TMPButton

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。