Vcl.Controls.PDragRec

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PDragRec = ^TDragRec;

C++

typedef TDragRec *PDragRec;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls


Beschreibung

PDragRec ist ein Zeiger auf einen TDragRec-Record.

Der Record TDragRec enthält Informationen über eine Drag-Operation.

Siehe auch