Vcl.ColorGrd.TColorGrid.BackgroundIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundIndex: Integer read FBackgroundIndex write SetBackgroundIndex default 0;

C++

__property int BackgroundIndex = {read=FBackgroundIndex, write=SetBackgroundIndex, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid

Description

Specifies the index of the background color.

BackgroundIndex sets or gets the position in the grid that the background color occupies.

See Also

Code Examples