[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ButtonPanel' (#lcl)

TPanelBitBtn

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TPanelBitBtn - special class of BitButton for use in ButtonPanels

Declaration

Source position: buttonpanel.pas line 38

type TPanelBitBtn = class(TCustomBitBtn)

public

  constructor Create(); override;

  

Create - constructor for TCustomBitBtn: calls inherited Create then initialises layout, style and spacing, creates the Button Glyph

published

  property Caption; [s]

  

Caption - the text-string appearing on the Control, usually used to identify its function

  property Enabled;

  

Whether the control is Enabled. If not, it usually appears 'greyed-out'

  property Font;

  

The Font to be used for text in this control

  property Glyph;

  

The BitMap Glyph to be displayed on the button

  property OnClick;

  

Event Handler for mouse click

end;

Inheritance

TPanelBitBtn

  

TPanelBitBtn - special class of BitButton for use in ButtonPanels

|

TCustomBitBtn

?

TObject