FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPointInObjectEvent: TOnPointInObjectEvent read GetOnPointInObjectEvent write SetOnPointInObjectEvent;

C++

__property TOnPointInObjectEvent OnPointInObjectEvent = {read=GetOnPointInObjectEvent, write=SetOnPointInObjectEvent};

Properties

Type Visibility Source Unit Parent
event public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomTouchInterceptingLayout

Description

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

See Also