Adding Pipes

This commit is contained in:
Michael Schimmel
2025-12-18 11:21:18 +01:00
parent 0b015fe4e7
commit 8bde31a478
10 changed files with 865 additions and 31 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ begin
first := False;
end;
sb.Append('}');
Result := Format('<record_series%s[%d]>', [sb.ToString, series.Count]);
Result := Format('<record_series%s[%d]>', [sb.ToString, series.RecordCount]);
finally
sb.Free;
end;