TGridBandTool.BandBackColor
 
 
 

All Units  All Classes  Properties, Methods and Events  

TGridBandTool.BandBackColor
TGridBandTool

function BandBackColor(ABand: TGridBandBrush): TColor;

Unit
TeeTools

Description
Returns the background color corresponding to ABand parameter.

Calling this function like:

var tmp : TColor ;
tmp := ChartTool1.BandBackColor( ChartTool1.Band1 ) ;

is equivalent to:

tmp:= ChartTool1.Band1.BackColor;
if tmp=clNone then tmp:=TCustomChart(ChartTool1.ParentChart).Walls.Back.Color;





Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.