Vcl.Controls.TCustomPanningWindow.StartPanning

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

Delphi

function StartPanning(AHandle: THandle; AControl: TControl): Boolean; virtual; abstract;

C++

virtual bool __fastcall StartPanning(NativeUInt AHandle, TControl* AControl) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomPanningWindow

説明

パン操作を開始するパンウィンドウを通知します。

パンウィンドウでパン操作を開始するためのコードに,このメソッドを挿入します。