FMX.Types.IControl.GetHitTest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHitTest: Boolean;

C++

virtual bool __fastcall GetHitTest() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Getter function for the HitTest property.

Implement GetHitTest to get the value of the HitTest property.

See Also