RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clActiveBorder Constant

Represents the default border color of an active window.

Pascal
clActiveBorder = TColor(clSystemColor or COLOR_ACTIVEBORDER);
C++
clActiveBorder = TColor(clSystemColor or COLOR_ACTIVEBORDER);

Graphics

clActiveBorder is the default color used to paint the border of an active window. clActiveBorder is a System color - used for painting a component. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!