Vcl.Controls.TDragTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDragTarget = ^Pointer;

C++

typedef void * TDragTarget;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TDragTarget represents the drag target for the drag operations.

The TDragTarget type is an alias to an untyped pointer. TDragTarget represents the drag target for the drag-and-drop or drag-and-dock operation.

See Also