Skip to content

Commit 96216d5

Browse files
committed
Fixes missing unit scope
Fixes missing unit scope
1 parent 0712f74 commit 96216d5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Demos/Advanced/PropertiesDemo.pas

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
interface
1010

1111
uses
12-
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
13-
StdCtrls, VirtualTrees, ImgList, ExtCtrls, UITypes, VirtualTrees.BaseTree, System.ImageList,
14-
VirtualTrees.Types;
12+
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes, Vcl.Graphics,
13+
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, VirtualTrees,
14+
Vcl.ImgList, Vcl.ExtCtrls, System.UITypes, VirtualTrees.BaseTree,
15+
System.ImageList, VirtualTrees.Types, VirtualTrees.BaseAncestorVCL,
16+
VirtualTrees.AncestorVCL;
1517

1618
const
1719
// Helper message to decouple node change handling from edit handling.

0 commit comments

Comments
 (0)