Testing data processing
This commit is contained in:
@@ -219,7 +219,7 @@ begin
|
||||
// Setup: Create the outer record containing the nested TDataRecord
|
||||
outerSrc.MyNestedRecord := nestedDataRecord;
|
||||
|
||||
// Place a record on the heap. FAILS: This erases the nested record data!!
|
||||
// Place a record on the heap. FAILS: This erases the nested record data!! -- Fixed 25.07.2025!
|
||||
TDataRecord.FromRecord<TOuterTestRecord>(outerSrc);
|
||||
|
||||
// Test: Create the main TDataRecord from the outer record instance
|
||||
|
||||
Reference in New Issue
Block a user