PA_Dial4DSetEnterable

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

version 2003


PA_Dial4DSetEnterable (dialog; variable; enterable)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to access
enterablechar1 = Enterable, 0 = Non-enterable

Description

The routine PA_Dial4DSetEnterable allows you to declare a variable editable or not. In addition to changing its state, it automatically changes its background to reflect the new status. Pass the variable name in variable. You can use the wildcard character for this command so you can modify more than one variable. If en enterable is true the variable will be editable, otherwise, it will not be editable.


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