FMX.MultiView.Types.TCustomOverlayLayoutModel.OnPointInObjectEvent
Delphi
property OnPointInObjectEvent: TOnPointInObjectEvent read FOnPointInObjectEvent write FOnPointInObjectEvent;
C++
__property TOnPointInObjectEvent OnPointInObjectEvent = {read=FOnPointInObjectEvent, write=FOnPointInObjectEvent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.MultiView.Types.pas FMX.MultiView.Types.hpp |
FMX.MultiView.Types | TCustomOverlayLayoutModel |
Description
Raises when the platform checks whether a point is in control or not.