Returns the value of a rectangle property for the specified control.
OraForms.bdh
OraFormsGetPropRectangle(  in sName   :  string, 
                           in nPropId :  number, 
                           out nX0    :  number, 
                           out nY0    :  number, 
                           out nX1    :  number, 
                           out nY0    :  number ) :  boolean;
               | Parameter | Description | 
|---|---|
| sName | The control's unique name. | 
| nPropId | A property ID for a rectangle property. | 
| 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. |