PA_Dial4DSet3StatesCheckBox

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

version 2003


PA_Dial4DSet3StatesCheckBox (dialog; variable; threeStates)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to access
threeStateschar1 = Make the checkbox a 3 states box

Description

The routine PA_Dial4DSet3StatesCheckBox transforms a check box from a regular check box to a three states check box. A three states check box, it has 3 possible values. 0 and 1 work as usual, 2 is a special value which means undefined. If you pass 1 in threeStates, the check box will become a three states check box. If you pass 0 in threeStates, the check box is restored to a regular check box.


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