Vcl.Controls.TDragTarget

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

Delphi

type TDragTarget = ^Pointer;

C++

typedef void * TDragTarget;

プロパティ

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

説明

TDragTarget は、ドラッグ操作のターゲットを表します。

TDragTarget 型は、型指定のないポインタのエイリアスです。TDragTarget は、ドラッグ アンド ドロップ操作またはドラッグ アンド ドック操作のターゲットを表します。

関連項目