FMX.MultiView.Types.TOverlayLayout.OnPointInObjectEvent

From RAD Studio API Documentation

Delphi

property OnPointInObjectEvent: Boolean read GetOnPointInObjectEvent write SetOnPointInObjectEvent;

Properties

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

Description

Raises when the platform checks whether a point is in control or not. FMX.MultiView.Types.TOverlayLayout.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