FMX.Controls.Presentation.TPresentedControl.HitTestChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HitTestChanged; override;

C++

virtual void __fastcall HitTestChanged(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Sends a PM_HITTEST_CHANGED message to the presentation layer through its presentation proxy when the value of the HitTest property changes.

See Also