[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TPanelBitBtn - special class of BitButton for use in ButtonPanels
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 Left; [s] |
||
property Top; [s] |
||
property Width; [s] |
||
property Height; [s] |
||
property Enabled; |
|
Whether the control is Enabled (read/write). If not, it usually appears 'greyed-out' |
property Font; |
|
The font to be used for text in this control (read/write). |
property Glyph; |
|
The BitMap Glyph to be displayed on the button |
property Name; [s] |
||
property ShowHint; |
||
property OnClick; |
|
Event Handler for mouse click |
end; |
|
TPanelBitBtn - special class of BitButton for use in ButtonPanels |
|
| | ||
|
TCustomBitBtn - the ancestor class for TBitBtn. |
|
| | ||
|
TCustomButton - the base class for TButton and TBitBtn |
|
| | ||
|
TButtonControl : ancestor class for several Button (including Radio Button) and Check Box classes |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |