API:FMX.Controls.Presentation.TPresentedControl.HitTestChanged
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
Executed right after the value of the HitTest property changes.
FMX.Controls.Presentation.TPresentedControl.HitTestChanged inherits from FMX.Controls.TControl.HitTestChanged. All content below this line refers to FMX.Controls.TControl.HitTestChanged.
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.