OraFormsGetPropRectangle Function

Action

Returns the value of a rectangle property for the specified control.

Include file

OraForms.bdh

Syntax

OraFormsGetPropRectangle(  in sName   :  string, 
                           in nPropId :  number, 
                           out nX0    :  number, 
                           out nY0    :  number, 
                           out nX1    :  number, 
                           out nY0    :  number ) :  boolean;

Return value

  • true if successful
  • false otherwise
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.