[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: controls.pp line 623
public constructor TDragDockObjectEx.Create( |
AControl: TControl |
); override; |
AControl |
|
Control for the drag and drop / dock operation. |
Create is the overridden constructor for the class instance. It calls the inherited constructor on entry to assign the value in AControl to the Control property. It sets the default value for the AutoFree property to True.
Version 4.0 | Generated 2025-05-03 | Home |