Xbasic
UI_SELECT_COLOR Function
Syntax
Color_Name as C = ui_select_color([C color ])
Arguments
- color
Character
Returns
- Color_NameCharacter
The name of the color as Defined within Alpha Anywhere ( View > Settings > Database > Colors ).
Description
The UI_SELECT_COLOR() function displays the Select Color dialog box and returns a color name.
Example
? ui_select_color() = "Rose"
Limitations
Desktop applications only.
See Also