Vcl.Controls.PDragRec
Delphi
type 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.