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

  

Implements the edit control used in TCustomAbstractGroupedEdit.

|

TCustomMaskEdit

  

The base class for TMaskEdit.

|

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

  

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

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

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

  

Implements the edit control used in TCustomAbstractGroupedEdit.


Version 3.2 Generated 2024-02-25 Home