добавил часть модулей, нужно переделать БД на records
This commit is contained in:
@@ -3,6 +3,13 @@ unit uRecords;
|
||||
interface
|
||||
|
||||
|
||||
type
|
||||
TRandomCounters = record
|
||||
Name: string;
|
||||
Ot: Integer;
|
||||
ToValue: Integer;
|
||||
end;
|
||||
|
||||
type
|
||||
TConst = record
|
||||
GeneralPath: string;
|
||||
|
||||
Reference in New Issue
Block a user