diff --git a/Source/VirtualTrees.Types.pas b/Source/VirtualTrees.Types.pas index a833f048..e6d2d120 100644 --- a/Source/VirtualTrees.Types.pas +++ b/Source/VirtualTrees.Types.pas @@ -135,6 +135,7 @@ interface TDimension = Integer; // For Firemonkey support, see #841 PDimension = ^Integer; TVTCursor = HCURSOR; + IDataObject= WinApi.ActiveX.IDataObject; TVTDragDataObject = IDataObject; TVTBackground = TPicture; TVTPaintContext = HDC;