[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TDragObjectEx.Create

Constructor for the class instance.

Declaration

Source position: controls.pp line 542

public constructor TDragObjectEx.Create(

  AControl: TControl

); override;

Arguments

AControl

  

Control for the class instance.

Description

Create is the overridden constructor for the class instance. Create sets the value in AutoFree to True. AutoFree is tested by the DragManager at the end of a dragging operation.

See also

TDragObject.AutoFree

  

Indicates whether the object shall be destroyed at the end of the dragging operation.


Version 4.0 Generated 2025-05-03 Home