Share via


RetailBarcodeMaskTable::findMask Method

Finds the specified record in the RetailBarcodeMaskTable table.

Syntax

client server public static RetailBarcodeMaskTable findMask(
    RetailBarcodeMask _mask, 
    RetailBarcodeMaskType _maskType, 
   [boolean update])

Run On

Called

Parameters

  • update
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailBarcodeMaskTable Table
A record in the RetailBarcodeMaskTable table; otherwise, an empty record.

See Also

Reference

RetailBarcodeMaskTable Table