Changeset 237 for oup/current/Tools
- Timestamp:
- Jul 14, 2007, 4:18:23 PM (17 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/MetaEditor.dfm
r233 r237 64 64 item 65 65 Position = 3 66 Width = 150 66 67 WideText = 'Data' 67 68 end> -
oup/current/Tools/MetaEditor.pas
r236 r237 88 88 VST.Clear; 89 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]; 91 92 for i := 0 to root.ChildCount - 1 do 92 93 begin … … 111 112 data := Sender.GetNodeData(node); 112 113 Meta := ConManager.Connection[ConnectionID].MetaData; 113 if data.Field is TExtension then114 if TExtension(data.Field).ChildCount = 0 then115 TExtension(data.Field).InitList;116 114 117 115 if data.Field.ChildCount > 0 then
Note:
See TracChangeset
for help on using the changeset viewer.