| # | 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; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |