TiComponent.ErrorBackGroundColor
TiComponent See Also
Specifies the background color of the control when ErrorActive is TRUE.
property ErrorBackGroundColor : TColor;
Description
Use ErrorBackGroundColor to read or change the background color of the control
used when ErrorActive is TRUE.
Example
Delphi
iComponent.ErrorBackGroundColor := clRed;
C++ Builder
iComponent->ErrorBackGroundColor = clRed;
Contents | Index | Previous | Next