FMX.MultiView.Types.TTouchInterceptingLayout.OnPointInObjectEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPointInObjectEvent: Boolean read GetOnPointInObjectEvent write SetOnPointInObjectEvent;

C++

__property OnPointInObjectEvent;

Properties

Type Visibility Source Unit Parent
event published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TTouchInterceptingLayout

Description

Raises when the platform checks whether a point is in control or not.

FMX.MultiView.Types.TTouchInterceptingLayout.OnPointInObjectEvent inherits from FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent. All content below this line refers to FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent.

Raises when the platform checks whether a point is in control or not.

See Also