FMX.Forms.TCommonCustomForm.SetFocused
Delphi
procedure SetFocused(const Value: IControl);
C++
void __fastcall SetFocused(const Fmx::Types::_di_IControl Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | TCommonCustomForm | 
Description
Protected setter implementation for the Focused property.
SetFocused sets the focus to the specified control. The control must be located on this form and must exist.