|
RAD Studio VCL Reference
|
Sets focus to a control on the form.
function SetFocusedControl(Control: TWinControl): Boolean; virtual;
virtual __fastcall Boolean SetFocusedControl(TWinControl * Control);
Use SetFocusedControl to give a control on the form input focus. SetFocusedControl returns false if the Control specified by the Control parameter was already in the process of receiving focus, true otherwise.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|