RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClient.Color Property

Specifies the background color for TClientAction when it is rendered on a action band.

Pascal
property Color: TColor;
C++
__property TColor Color;

The Color property determines the background color. You can set Color to one of the constants defined in the Graphics unit (such as clBlue), or to an explicit RGB integer value. 

 

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