Vcl.Controls.PDragRec

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

Delphi

PDragRec = ^TDragRec;

C++

typedef TDragRec *PDragRec;

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls


説明

PDragRec は、TDragRec レコードを指すポインタです。

TDragRec レコードには、ドラッグ操作についての情報が含まれます。

関連項目