Vcl.ColorGrd.TColorGrid.Selection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Selection: Integer read FSelection write SetSelection default 0;

C++

__property int Selection = {read=FSelection, write=SetSelection, default=0};

Properties

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

Description

Specifies the color slot that is currently selected.

Use Selection to get or set the index of the color slot that is selected.

See Also