API:Vcl.Controls.TDragRec
Delphi
TDragRec = record
Pos: TPoint;
Source: TDragObject;
Target: Pointer;
Docking: Boolean;
end;
C++
struct DECLSPEC_DRECORD TDragRec
{
public:
System::Types::TPoint Pos;
TDragObject* Source;
void *Target;
bool Docking;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!