Código: Seleccionar todo
FullQRCode(
true,
false, {autoConfigurate, AutoFit : boolean;}
clRed, clYellow, {backColor, barColor : TColor;}
'hola mundo', {Texto: PChar;}
LEVEL_M, {correctionLevel: TQRCodeECLevel;}
AUTO, {encoding : TQRCodeEncoding;}
5,5, {marginpixels, moduleWidth : integer;}
150,200, {Height, Width: integer;}
'AlGusto.bmp' {FileName : PChar;}
);