listview HeaderColor property
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
property HeaderColor: TColor;  

Description
The HeaderColor property can specify custom color for the column headers of the ListView control (when the ViewStyle is vsReport).  
 
tip When HeaderColor value is clNone, it will draw the header with default color, pre-configured in system.  

See also
HeaderFont and HeaderStyle properties.