Unit 'EditBtn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TEditSpeedButton

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

Implements a speed button used in TCustomEditButton.

Declaration

Source position: editbtn.pas line 51

type TEditSpeedButton = class(TSpeedButton)

protected

  procedure GlyphChanged(); override;

  

Performs actions needed when the glyph has changed for the Button in TCustomEditButton.

end;

Inheritance

TEditSpeedButton

  

Implements a speed button used in TCustomEditButton.

|

TSpeedButton

  

A Button used to represent states (checked or unchecked).

|

TCustomSpeedButton

  

The ancestor class for TSpeedButton.

|

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TObject

Description

TEditSpeedButton is a TSpeedButton descendant which provides support for change notifications for Glyphs used on the Button in TCustomEditButton.

See also

TCustomEditButton.Button

  

Button is the TSpeedButton that is attached to the grouped edit control.