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

  

|

TCustomSpeedButton

  

|

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

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.



CT Web help

CodeTyphon Studio