FMX.Forms.TCommonCustomForm.SetHovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHovered(const Value: IControl);

C++

void __fastcall SetHovered(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

Sets the Hovered property and activates the functionality informing that the mouse pointer has entered the area of the control.

Sets the control stored in the Hovered property and activates an animation and effects informing that the mouse pointer has entered the area of the control by calling DoMouseEnter.

See Also