FMX.Types.IControl.SetFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFocus;

C++

virtual void __fastcall SetFocus() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Sets the focus to the current control, if possible.

Implement SetFocus to set the focus to the current control.

See Also