| 87 |  | //VST | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 88 |  | VST.Clear; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 89 |  | VST.BeginUpdate; | 
 
 
 
 
 
 
 
 
 
 
 | 90 | < | root := ConManager.Connection[FConnectionID].MetaData.Root; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 90 | > | //    root := ConManager.Connection[FConnectionID].MetaData.Root; | 
 
 
 
 
 | 91 | > | root := ConManager.Connection[FConnectionID].MetaData.FileById[454]; | 
 
 
 
 
 
 
 
 
 
 
 | 92 |  | for i := 0 to root.ChildCount - 1 do | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 93 |  | begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 94 |  | data.Field := root.Child[i]; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 111 |  | begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 112 |  | data := Sender.GetNodeData(node); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 113 |  | Meta := ConManager.Connection[ConnectionID].MetaData; | 
 
 
 
 
 
 
 
 
 | 113 | – | if data.Field is TExtension then | 
 
 
 
 
 
 
 
 
 | 114 | – | if TExtension(data.Field).ChildCount = 0 then | 
 
 
 
 
 
 
 
 
 | 115 | – | TExtension(data.Field).InitList; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 114 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 115 |  | if data.Field.ChildCount > 0 then | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 116 |  | begin |