TiComponent.BackGroundColor

TiComponent See Also

Specifies the background color of the control.

property BackGroundColor : TColor;

Description

Use BackGroundColor to read or change the background color of the control.

Example

Delphi

iComponent.BackGroundColor := clBtnFace;

C++ Builder

iComponent->BackGroundColor = clBtnFace;

Note:
Not all descendants implement this property.

Contents | Index | Previous | Next