|
![]() |
![]() |
version 2003
PA_Dial4DGetVariableRect (dialog; variable; rect)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
variable | char* | → | Name of the variable to access |
rect | PA_Rect* | ← | Enclosing rectangle of variable |
Description
The routine
PA_Dial4DGetVariableRect
retrieves the enclosing rectangle of an object in your form and returns this rectangle in
*rect
. This command can take a variable or object name. It will first search for a variable whose name is
variable
, and if it cannot find one, it will then search for an object with this name. If the search is still not conclusive, the rectangle will be empty.
See Also
Error Handling
None.