|
![]() |
![]() |
version 2003
PA_Dial4DShowHideVariable (dialog; variable; visible)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
variable | char* | → | Name of the variable to show/hide |
visible | char | → | 1 = Show variable, 0 = Hide variable |
Description
The routine
PA_Dial4DShowHideVariable
shows or hides a variable object. This command searchs the first variable whose name is
variable
, and shows or hides it depending on the value of
visible
. If
visible
is 1, the variable will be shown, otherwise if it is 0, the object will be hidden.
See Also
No reference.
Error Handling
None.