Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Delphi 在FastReport上打印后如何获取对象的位置?_Delphi_Alignment_Vcl_Fastreport - Fatal编程技术网

Delphi 在FastReport上打印后如何获取对象的位置?

Delphi 在FastReport上打印后如何获取对象的位置?,delphi,alignment,vcl,fastreport,Delphi,Alignment,Vcl,Fastreport,我有一些TMemoViews需要根据不同频带上的另一个对象移动到相同的左值。我在Delphi10.3.3中使用FastReportVCL6.6。 下图简要说明了我的场景。有三个字段和一个累加器,我需要“字段2”中的累加器与“字段2”中的记录对齐。重要的是要知道“字段3”是否可见。在我的真实场景中,还有更多字段可能可见,也可能不可见。 我想知道“字段2”对象打印后的位置,以调整显示其总数的对象的位置,但FastReport不返回此位置(OnAfterPrint或OnBeforePrint),而是返

我有一些TMemoViews需要根据不同频带上的另一个对象移动到相同的
值。我在Delphi10.3.3中使用FastReportVCL6.6。
下图简要说明了我的场景。有三个字段和一个累加器,我需要“字段2”中的累加器与“字段2”中的记录对齐。重要的是要知道“字段3”是否可见。在我的真实场景中,还有更多字段可能可见,也可能不可见。
我想知道“字段2”对象打印后的位置,以调整显示其总数的对象的位置,但FastReport不返回此位置(
OnAfterPrint
OnBeforePrint
),而是返回Design中定义的位置。 如果没有解决方法,我如何获得此结果