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

TDragObjectEx

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Base class for managing drag operations and user feedback.

Declaration

Source position: controls.pp line 426

type TDragObjectEx = class(TDragObject)

public

  constructor Create(); override;

  

Creates a drag object that is automatically destroyed after use.

end;

Inheritance

TDragObjectEx

  

Base class for managing drag operations and user feedback.

|

TDragObject

  

Base class for managing drag operations and user feedback.

|

TObject