API:FMX.MultiView.Types.TTouchInterceptingLayout.OnPointInObjectEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnPointInObjectEvent: Boolean read GetOnPointInObjectEvent write SetOnPointInObjectEvent;

C++

__property OnPointInObjectEvent;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TTouchInterceptingLayout

Beschreibung

Wird ausgelöst, wenn die Plattform überprüft, ob sich ein Punkt in einem Steuerelement befindet oder nicht.

FMX.MultiView.Types.TTouchInterceptingLayout.OnPointInObjectEvent erbt von FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent. Der folgende Inhalt bezieht sich auf FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent.

Wird ausgelöst, wenn die Plattform überprüft, ob sich ein Punkt in einem Steuerelement befindet oder nicht.

Siehe auch