Verifies all strings in an array.
OraForms.bdh
OraFormsVerifyPropStringArray( in sName : string,
in nPropId : number,
in vArray : array of string,
in nLen : number,
in nSeverity : number optional := SEVERITY_ERROR ) : boolean;
| Parameter | Description |
|---|---|
| sName | The control's unique name. |
| nPropId | The property ID. |
| vArray | An array of strings to be verified. |
| nLen | The length of the array. |
| nSeverity | Optional: Severity of the error that is raised if the verification fails. Can be one of the following values:
|