--- oup/current/FileClasses/_TreeElement.pas 2007/06/29 12:38:24 233 +++ oup/current/FileClasses/_TreeElement.pas 2007/07/14 16:50:55 238 @@ -10,6 +10,7 @@ type function GetCaption: String; virtual; abstract; private public + property ConnectionID: Integer read FConnectionID; property ChildCount: Integer read GetChildCount; property Child[ID: Integer]: TTreeElement read GetChild; property Caption: String read GetCaption;