FMX.MultiView.Types.TCustomTouchInterceptingLayout.OnPointInObjectEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnPointInObjectEvent: TOnPointInObjectEvent read GetOnPointInObjectEvent write SetOnPointInObjectEvent;

C++

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

プロパティ

種類 可視性 ソース ユニット
event public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomTouchInterceptingLayout


説明

点がコントロール内にあるかどうかをプラットフォームが調べるときに発生します。

関連項目