[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Tracks changes in the focus for the active form or the last active control for the current form.
Source position: forms.pp line 724
public property TCustomForm.LastActiveControl : TWinControl |
LastActiveControl is a read-only TWinControl property used to track a change in the focus for the active form or the control on the current form instance. It is updated when changes are made to the ActiveControl property, or in the SetFocusedControl method.
|
Specifies the active control on the form. |
|
|
Handles a focus change for a control (enter/exit messages). |
lazarus-ccr.sourceforge.net |