Method: Clear

Erases current barcode symbol in the TImage, TQRImage, or TQRGzImage control that's specified by the Image property.

Syntax:

function Clear(UseSpaceColor: Boolean = False): Boolean; virtual;

Description:

The method erases the barcode symbol without erasing the background around it from the TImage, TQRImage, or TQRGzImage control that's specified by the Image property.

Parameters:
Return:
Note:

For Delphi 3, the default value of parameters isn't supported, so the UseSpaceColor parameter is required.

Contents