ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/FileClasses/_TreeElement.pas
(Generate patch)

Comparing oup/current/FileClasses/_TreeElement.pas (file contents):
Revision 237 by alloc, Fri Jun 29 12:38:24 2007 UTC vs.
Revision 238 by alloc, Sat Jul 14 16:50:55 2007 UTC

# Line 10 | Line 10 | type
10        function GetCaption: String; virtual; abstract;
11      private
12      public
13 +      property ConnectionID: Integer read FConnectionID;
14        property ChildCount: Integer read GetChildCount;
15        property Child[ID: Integer]: TTreeElement read GetChild;
16        property Caption: String read GetCaption;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)