SelectColor (Function) In french: SelectCouleur Syntax Versions 26 and later New in version 26 Business / UI classification : UI Code
This page is also available for…
|
|
|
| |
| This function is not available |
|
| I use webdev 24 32bit and this function appear on red and can't run, it shows that is not available |
|
|
|
| |
| |
| |
|
| | //BTN_SelectColor to Edt_Color
nMyColorIntClick is int = 0
SelectColor(nMyColorIntClick, scInit)
//info(nMyColorIntClick)
sMyColorHexa is string = IntToHexa(nMyColorIntClick)
//info(sMyColorHexa)
EDT_BgColorTable = "#"+sMyColorHexa |
|
|
|
| |
| |
| |
|
| | For the correct use of this function, use an int Variable, variables of type 8 Bytes int do not work properly.
nMyColor is int = RGB (10,20,50) SelectColor(nMyColor, scInit)
mySelf..Brushcolor = nMyColor
Attempt use correct sintaxe. Not use nMyColor is int = SelectColor()
SelectColor Returns True/False |
|
|
|
| |
| |
| |
| |
| |
| |
| | |
|