Vcl.ColorGrd.TColorGrid.Selection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Selection: Integer read FSelection write SetSelection default 0;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid

Beschreibung

Gibt den aktuell ausgewählten Farbslot an.

Mit Selection können Sie den Index des ausgewählten Farbslots ermitteln oder setzen.

Siehe auch