North-E
14 years agoOccasional Contributor
BuiltIn object's color properties
Hello all!
I'm TestComplete 7.5 user, and my problem is that I can't receive system colors from BuiltIn properites.
function Test()
{
Log.Message(BuiltIn.clYellow);
Log.Message(BuiltIn.clWindow);
Log.Message(BuiltIn.clBtnFace);
}
This simple test logs the following numbers: 65535, -16777211, -16777201.
The first one is seemed to be ok, but what are the signed numbers for system colors?
Thank you...
I'm TestComplete 7.5 user, and my problem is that I can't receive system colors from BuiltIn properites.
function Test()
{
Log.Message(BuiltIn.clYellow);
Log.Message(BuiltIn.clWindow);
Log.Message(BuiltIn.clBtnFace);
}
This simple test logs the following numbers: 65535, -16777211, -16777201.
The first one is seemed to be ok, but what are the signed numbers for system colors?
Thank you...