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?
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
Thanks, that worked like a charm.