Verifies all elements in a byte array. The Oracle Forms type byte array is mainly used for transferring images from the server to the client.
OraForms.bdh
OraFormsVerifyPropByteArray( in sName     : string, 
                             in nPropId   : number, 
                             in vArray    : array of byte, 
                             in nLen      : number, 
                             in nSeverity : number optional := SEVERITY_ERROR ) : boolean; 
               	 | Parameter | Description | 
|---|---|
| sName | The control's unique name. | 
| nPropId | The property ID. | 
| vArray | The array to verify the parsed property value against. | 
| nLen | Length of the array. | 
| nSeverity | Optional: Severity of the error that is raised if the verification fails. Can be one of the following values: 
 |