[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies the active default control on the form.
Source position: forms.pp line 763
public property TCustomForm.ActiveDefaultControl : TControl |
The active control which is the default control executed when the Enter key is pressed. When setting a new value for the property, a previous default control is notified of the change to the property value using the ActiveDefaultControlChanged method.
|
Gets or sets the active control on the form. |
|
|
The control associated with the default action for this form. |
Version 4.0 | Generated 2025-05-03 | Home |