[Overview][Types][Classes][Index] |
Performs actions needed when the control is entered.
Source position: groupededit.pp line 207
protected procedure TCustomAbstractGroupedEdit.DoEnter; override; |
DoEnter is an overridden procedure used to perform actions needed when the control is entered using keyboard navigation. DoEnter calls the inherited DoEnter method to signal the OnEnter event handler, and calls the SetFocus method in BaseEditor at run-time. The focus change is not performed at design-time.
|
Signals the OnEnter event handler (when assigned) when the control receives focus. |
Version 4.0 | Generated 2025-05-03 | Home |