FMX.Controls.TControl.HitTestChanged
Delphi
procedure HitTestChanged; virtual;
C++
virtual void __fastcall HitTestChanged(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Controls.pas FMX.Controls.hpp | FMX.Controls | TControl | 
Description
Executed right after the value of the HitTest property changes.
The control does not execute HitTestChanged if you assign HitTest the same value that it already has.