PA_Dial4DGetVariableRect

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Dial4DGetVariableRect (dialog; variable; rect)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to access
rectPA_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

PA_Dial4DSetVariableRect.

Error Handling

None.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next