True when the form can receive focus.
Source position: forms.pp line 730
public function TCustomForm.CanFocus: Boolean; override; |
True when the form can receive focus in the application.
CanFocus is an overridden Boolean function which indicates if the form instance can receive focus. The return value is True when the form is Visible and Enabled, or the inherited CanFocus method returns True.
CanFocus is used in the implementation of various methods in the class, including: SetWindowFocus, UpdateShowing, SetActiveControl, and Loaded.
CT Web help |
CodeTyphon Studio |