|
|
|
|
MaskPhoneNumber (Function) In french: MasqueNuméroDeTéléphone Retrieves the phone number input mask adapted to a given country.
// Use Spain phone mask on EDT_Phone EDT_Phone.InputMask = MaskPhoneNumber("ES")
Syntax
<Result> = MaskPhoneNumber(<Country> [, <Option>])
<Result>: InputMask variable InputMask variable that contains the characteristics of the phone number input mask for the specified country. This result can be directly assigned to the InputMask property. <Country>: String or Country variable Country for which the phone number input mask must be retrieved. This parameter can correspond to: - The alphabetic or numeric ISO code of the desired country.
- A variable of type Country.
<Option>: Optional Integer constant Phone number characteristics: | | mphoneForcePrefix | Phone number with international prefix. Example: +33 4 67 03 20 32. | mphoneWithOrWithoutPrefix (Default value) | Phone number with or without international prefix. | mphoneWithoutPrefix | Phone number without international prefix. Example: 04 67 03 20 32. |
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|