[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'EditBtn' (#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,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

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

  

TSpeedButton instance used on the edit control.


Version 3.2 Generated 2024-02-25 Home