FMX.MultiView.Types.TTouchInterceptingLayoutModel.OnPointInObjectEvent
Delphi
property OnPointInObjectEvent: TOnPointInObjectEvent read FOnPointInObjectEvent write FOnPointInObjectEvent;
C++
__property TOnPointInObjectEvent OnPointInObjectEvent = {read=FOnPointInObjectEvent, write=FOnPointInObjectEvent};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
event | public | FMX.MultiView.Types.pas FMX.MultiView.Types.hpp |
FMX.MultiView.Types | TTouchInterceptingLayoutModel |
Beschreibung
Wird ausgelöst, wenn die Plattform überprüft, ob sich ein Punkt in einem Steuerelement befindet oder nicht.
Siehe auch
- FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent
- FMX.MultiView.Types.TOnPointInObjectEvent
- FMX.MultiView.Types.TTouchInterceptingLayoutModel.InterceptionSize
- FMX.MultiView.Types.TTouchInterceptingLayoutModel.InterceptionSize
- FMX.MultiView.Types.TTouchInterceptingLayoutModel.Mode