RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MPlayer.TMPButton Record
Pascal
TMPButton = record
  Visible: Boolean;
  Enabled: Boolean;
  Colored: Boolean;
  Auto: Boolean;
  Bitmaps: array[TMPGlyph] of TBitmap;
end;
C++
struct TMPButton {
  Boolean Visible;
  Boolean Enabled;
  Boolean Colored;
  Boolean Auto;
  array[TMPGlyph] of TBitmap Bitmaps;
};

MPlayer

This is record MPlayer.TMPButton.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!