Vcl.Controls.TDragControlObject.Create
C++
/* TBaseDragControlObject.Create */ inline __fastcall virtual TDragControlObject(TControl* AControl) : TBaseDragControlObject(AControl) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Controls.hpp | Vcl.Controls | TDragControlObject |
Description
Creates an instance of TDragControlObject.
Call Create indirectly, using the new keyword, to create a drag control object at runtime. TDragControlObject assigns the value that is passed as the AControl parameter to the Control property.