[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'MaskEdit' (#lcl)

TCustomMaskEdit.DoEnter

Performs actions needed when the control is entered.

Declaration

Source position: maskedit.pp line 294

protected procedure TCustomMaskEdit.DoEnter; override;

Description

DoEnter is an overridden procedure used to perform actions needed the control is entered. DoEnter extends the behavior in the inherited method to track the value for control when entered and to perform auto selection logic when an edit mask is in use.

See also

TCustomEdit.DoEnter

  

Signals the OnEnter event handler, and selects the entire text when AutoSelect is True.


Version 3.2 Generated 2024-02-25 Home