FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnPointInObjectEvent: TOnPointInObjectEvent read GetOnPointInObjectEvent write SetOnPointInObjectEvent;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomTouchInterceptingLayout


Beschreibung

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

Siehe auch