Vcl.Controls.TDragDockObject.Assign
From RAD Studio API Documentation
Delphi
procedure Assign(Source: TDragObject); override;
C++
virtual void __fastcall Assign(TDragObject* Source);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragDockObject |
Description
Enables assignments of TDragDockObject objects.
Assign calls the inherited Assign method and then handles the assignment of TDragDockObject objects.