Vcl.ComCtrls.TWorkArea.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read FColor write SetColor;

C++

__property System::Uitypes::TColor Color = {read=FColor, write=SetColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TWorkArea

Description

Specifies the background color of the work area.

Use Color to specify the color in which the list view paints the portion of its client area circumscribed by the Rect property. Color is not used unless the list view's ShowWorkAreas property is true.

See Also