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 56

type TEditSpeedButton = class(TSpeedButton)

protected

  procedure GlyphChanged(); override;

  

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

end;

Inheritance

TEditSpeedButton

  

Implements a speed button used in TCustomEditButton.

|

TSpeedButton

  

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

|

TCustomSpeedButton

  

The ancestor for the TSpeedButton class.

|

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.

|

TComponent

|

TPersistent,IUnknown,IInterfaceComponentReference

|

TObject,IFPObserved

Description

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

See also

TCustomEditButton.Button

  

TSpeedButton instance used on the edit control.

Version 4.6 Hosted on Source Forge