Page 1 of 1

Need the colordefinition for clBlue, clRed and so on

Posted: Wed Jan 14, 2015 9:09 am
by 16671168
I need to find the colorcodes for this constants.

clBlue, clRed, clGreen, clWhite and so on.

I have found that I can save the color-template - but this is a rare file-format *.tee files

When I use this constant like clBlue in my code I need to define the values.

I am using Powerbuilder and OLE.

Re: Need the colordefinition for clBlue, clRed and so on

Posted: Wed Jan 14, 2015 12:29 pm
by yeray
Hello,

In ActiveX, the color constants depend on the environment you are developing with.
Ie, in VB6 the color constants are of the type: vbBlue, vbRed,...

In PowerBuilder, I find several resources talking about this subject:
http://pbdj.sys-con.com/node/42566
https://pbbraindump.wordpress.com/2008/ ... er-colors/