FMX.Controls3D.TControl3D.CheckHitTest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CheckHitTest(const AHitTest: Boolean): Boolean;

C++

bool __fastcall CheckHitTest(const bool AHitTest);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Returns the value of the HitTest property.

The returned value can be modified to True if the component is in design state, and to False if the component is in design state and locked, or the design is not visible or locked.

See Also