Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TDragObjectEx.Create

Constructor for the class instance.

Declaration

Source position: controls.pp line 522

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.



CT Web help

CodeTyphon Studio