[FR] How to centering object by code
Piotrek
Poland - Świdnica :)
Hi, how to center barcode? I have licence in company where I work and I have the same problem with my FR4
BarCode get dynamic text, I want to center this object into report.
BarCode get dynamic text, I want to center this object into report.
BarCode.Left := (Page.Width - BarCode.Width) / 2;
// or
BarCode.Align := baCenter; // not working
Comments