[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Special constructor which enforces destruction of the object at the end of the dragging operation.
Source position: controls.pp line 521
public constructor TDragObject.AutoCreate( |
AControl: TControl |
); |
AControl |
|
The control being dragged. |
This constructor sets the AutoCreated and AutoFree flags. AutoFree is tested by the DragManager at the end of the dragging operation.
|
Was the drag object created automatically? |
|
|
Indicates whether the object shall be destroyed at the end of the dragging operation. |
Version 4.0 | Generated 2025-05-03 | Home |