Vcl.Controls.PDragRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PDragRec = ^TDragRec;

C++

typedef TDragRec *PDragRec;

Properties

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

Description

PDragRec is a pointer to a TDragRec record.

The TDragRec record contains information regarding a drag operation.

See Also