PA_Dial4DShowHideVariable

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

version 2003


PA_Dial4DShowHideVariable (dialog; variable; visible)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to show/hide
visiblechar1 = 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.


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