добавил часть модулей, нужно переделать БД на records

This commit is contained in:
PC1\PTyTb
2025-08-06 14:54:32 +03:00
parent d68064187d
commit dacd2e6050
23 changed files with 2610 additions and 201 deletions
+7
View File
@@ -3,6 +3,13 @@ unit uRecords;
interface
type
TRandomCounters = record
Name: string;
Ot: Integer;
ToValue: Integer;
end;
type
TConst = record
GeneralPath: string;