RemoveBarcode Method

This member of RFBarcode Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The RemoveBarcode method removes a specific barcode configuration from the current RFBarcode object.

VB

bStatus = object.RemoveBarcode (nBarcode)

VC++

HRESULT hr = object->RemoveBarcode(short nBarcode, BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values. Use the RFGetLastError method to return the error value.

Parameters

nBarcode

The zero based index value barcode configuration to be removed. For example, to remove the third barcode configuration in the current RFBarcode object you would pass a 2.

Remarks

To remove a barcode configuration from a stored barcode file on an RF device, you must first set the barcode file as the current RFBarcode object using the GetBarcodeFile Method, then use RemoveBarcode.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal