This function displays the system dialog box used to select a graphical color.
Context
Windows client,
Java client,
Adelia Cloud client.
Parameters
<WINDOW> |
|
Name of the current window. |
NUM_BIN_4 |
Color |
Value of the color chosen by the user. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was successful. *FALSE if the user closed the box by clicking on Cancel. In this case, the value of the Color parameter will be undefined. |
Example
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxChooseColor' Test_Win Color OK
IF OK
Test_Win:Background_Color = Color
END
List of the VaToolBx functions by topic