Programatically move controls by given offsets

Hi.

Is there a neat way to programatically move certain controls (e.g. those with the Tag property set to a non-zero value) by given X and Y offsets? Preferably without writing an OnBeforePrint handler for each and every control?

Comments

  • gpigpi
    edited 6:19AM
    Pass through all TfrxReport.AllObjects and move controls
  • edited 6:19AM
    gpi wrote: »
    Pass through all TfrxReport.AllObjects and move controls

    Thanks, that worked like a charm. >

Leave a Comment