In QuickReport, you were able to set events for things like TQrLabel, and these events were used in the Delphi module code. With FastReport you can do the same, but the event lives in the FastReport report, and not in the Delphi block (FastReport includes the Pascal scripting mechanism). Because of this, you probably have to copy events manually from the device to the FastReport script.
Since this requires manual work, you can review the reasons why you used these events: FastReport may have better ways to do the same without coding.
source share