FMX.Types.IRoot.SetHovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHovered(const Value: IControl);

C++

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

Properties

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

Description

Defines the setter for the Hovered property.

The TCommonCustomForm class implements the SetHovered setter.

See Also