Verifies a rectangle property.
OraForms.bdh
OraFormsVerifyPropRectangle( in sName : string,
in nPropId : number,
in nX0 : number,
in nY0 : number,
in nX1 : number,
in nY1 : number,
in nSeverity : number optional := SEVERITY_ERROR ) : boolean;
| Parameter | Description |
|---|---|
| sName | The control's unique name. |
| nPropId | The property ID. |
| nX0 | x part of the first coordinates. |
| nY0 | y part of the first coordinates. |
| nX1 | x part of the second coordinates. |
| nY1 | y part of the second coordinates. |
| nSeverity | Optional: Severity of the error that is raised if the verification fails. Can be one of the following values:
|