Producer pattern in data types

This commit is contained in:
Michael Schimmel
2025-12-16 10:45:41 +01:00
parent 3c7723f3d2
commit 363c9596fc
5 changed files with 292 additions and 141 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type
FFieldType: TFieldType;
FTypeInfo: PtypeInfo;
FName: string;
FOffset: Integer;
d FOffset: Integer;
FSize: Integer;
procedure FromType(const [ref] Buffer: TBytes; const Src);