dark_mode edit EN
  • Function XA_Functions -InputMask
  • Parameters
    lCheckExists

    This single parameter is used to simply tell whether the singleton object WInputMask has been instantiated. It is optional. When this parameter is used the returned value is a logical value indicating whether the object has been instantiated.

  • Return value
    WInputMask

    WInputMask object | lValue

  • Fichero: zInputMask.prg

This function returns a single instance of the WInputMask class that is responsible for managing data entry templates in controls of type Edit. The WInputMask class included in xaWeb uses the JavaScript library of name MASK. However, the user can create his own InputMask class and InputMask() function.