[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TGEEdit

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

Implements the edit control used in TCustomAbstractGroupedEdit.

Declaration

Source position: groupededit.pp line 53

type TGEEdit = class(TCustomMaskEdit)

public

  function PerformTab(); override;

  

Handles Tab key presses for the control.

end;

Inheritance

TGEEdit

  

Implements the edit control used in TCustomAbstractGroupedEdit.

|

TCustomMaskEdit

  

The base class for TMaskEdit.

|

TCustomEdit

  

The base class for controls presenting editable text.

|

TWinControl

  

The base class for controls 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

?

TObject

Description

TGEEdit is a TCustomMaskedit descendant which implements the edit control used in TCustomAbstractGroupedEdit. TGEEdit provides an overridden method to handle Tab keys. The key can be frowarded to the control that owns the class instance, to the ancestor class, or simply discarded.

TGEEdit is the type used to implement the BaseEditor property in TCustomAbstractGroupedEdit.

See also

TGEEdit.PerformTab

  

Handles Tab key presses for the control.

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TWinControl.PerformTab

  

Sets the focus to the next (or preceding) control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.