FMX.Types.IControl.HitTest
Delphi
property HitTest: Boolean read GetHitTest;
C++
__property bool HitTest = {read=GetHitTest};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IControl |
Description
Specifies whether mouse click events are captured by this control.
Implement the GetHitTest method to get the HitTest property.
For an example of HitTest functionality, see TControl.HitTest.