| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a speed button used in TCustomEditButton.
Source position: editbtn.pas line 56
type TEditSpeedButton = class(TSpeedButton)  | 
||
protected  | 
||
procedure GlyphChanged(); override;  | 
  | 
Performs actions needed when the glyph has changed for the Button.  | 
end;  | 
  | 
Implements a speed button used in TCustomEditButton.  | 
|
| | | ||
  | 
A Button used to represent states (checked or unchecked).  | 
|
| | | ||
  | 
The ancestor for the TSpeedButton class.  | 
|
| | | ||
  | 
TGraphicControl is the base class for all lightweight controls.  | 
|
| | | ||
  | 
The base class for visible controls.  | 
|
| | | ||
  | 
The base class for LCL components which have an associated widget.  | 
|
| | | ||
| | | ||
| | | ||
TEditSpeedButton is a TSpeedButton descendant which provides support for change notifications for Glyphs used on the Button in TCustomEditButton.
  | 
TSpeedButton instance used on the edit control.  | 
| Version 4.0 | Generated 2025-05-03 | Home |