FMX.Types.IRoot.SetFocused

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFocused(const Value: IControl);

C++

virtual void __fastcall SetFocused(const _di_IControl Value) = 0 ;

Properties

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

Description

Setter function for the Focused property.

The Value parameter is an IControl that specifies the new value of the Focused property.

Implement SetFocused in order to set the value of the Focused property.

See Also