Vcl.IMouse.StartPan

提供:RAD Studio API Documentation

Delphi

function StartPan(WndHandle: THandle; AControl: TControl): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall StartPan(NativeUInt WndHandle, Vcl::Controls::TControl* AControl);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse Vcl.IMouse

説明

アクティブなウィンドウでパンを開始します。

StartPan ルーチンはアクティブなウィンドウでパンを開始します。パンが開始された場合、StartPanTrue を返し、そうでない場合は False を返します。