Changeset 132 for trunk/Modules/TV/UModuleTV.pas
- Timestamp:
- Mar 18, 2022, 3:47:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TV/UModuleTV.pas
r105 r132 6 6 7 7 uses 8 Classes, SysUtils, UModularSystem, SpecializedDictionary, UModuleBase, 9 UWebPage; 8 Classes, SysUtils, UModularSystem, UModuleBase, UWebPage; 10 9 11 10 type … … 72 71 var 73 72 DbRows: TDbRows; 74 Data: TDictionaryStringString;75 73 begin 76 74 try 77 75 DbRows := TDbRows.Create; 78 Data := TDictionaryStringString.Create;79 76 80 77 Core.CommonDatabase.Query(DbRows, … … 95 92 96 93 finally 97 Data.Free;98 94 DbRows.Free; 99 95 end;
Note:
See TracChangeset
for help on using the changeset viewer.