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

TEbEdit

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

Implements the embedded edit control used in TCustomEditButton.

Declaration

Source position: editbtn.pas line 50

type TEbEdit = class(TGEEdit)

protected

  procedure DoEnter; override;

  

Performs actions needed when the control is entered.

  procedure DoExit; override;

  

Performs actions needed when the control is exited.

end;

Inheritance

TEbEdit

  

Implements the embedded edit control used in TCustomEditButton.

|

TGEEdit

  

|

TCustomMaskEdit

  

|

TCustomEdit

  

The base class for controls presenting editable text.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject

Description

TEbEdit is a TGEEdit descendant which implements the embedded edit control used in TCustomEditButton. TEbEdit provides overridden methods to alter the behavior of the control when handling OnEnter and OnExit notifications.

See also

TGEEdit

  



CT Web help

CodeTyphon Studio