|
![]() |
![]() |
version 2003
PA_Dial4DBeginUpdateVariables (dialog)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
Description
You must call
PA_Dial4DBeginUpdateVariables
if you want to modify any variables while the dialog appears on the screen. After you call this command, 4th Dimension will record all variables that you will modify further. When you balance this call with a
PA_Dial4DEndUpdateVariables
, 4th Dimension will redraw all variables that you have modified/enabled/shown/hidden between the two calls.
See Also
Error Handling
None.