[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements the embedded edit control used in TCustomEditButton.
Source position: editbtn.pas line 45
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; |
|
Implements the embedded edit control used in TCustomEditButton. |
|
| | ||
|
Implements the edit control used in TCustomAbstractGroupedEdit. |
|
| | ||
|
The base class for TMaskEdit. |
|
| | ||
|
The base class for controls presenting editable text. |
|
| | ||
|
Implements a windowed control which can contain other child controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components which have an associated widget. |
|
| | ||
TObject |
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.
|
Implements the edit control used in TCustomAbstractGroupedEdit. |