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

TCustomEdit.DoEnter

Invokes the OnEnter handler, then selects the entire text when AutoSelect is True.

Declaration

Source position: stdctrls.pp line 761

protected procedure TCustomEdit.DoEnter; override;

Description

This special handling is required when the control is entered by keystrokes, not by a mouse click.

See also

TWinControl.DoEnter

  

Invokes the OnEnter event handler.

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