API:Vcl.ExtCtrls.TCustomColorBox.SetStyle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetStyle(AStyle: TColorBoxStyle); reintroduce;

C++

HIDESBASE void __fastcall SetStyle(TColorBoxStyle AStyle);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Beschreibung

Setzt die Eigenschaft Style.

Vcl.ExtCtrls.TCustomColorBox.SetStyle erbt von Vcl.StdCtrls.TCustomComboBox.SetStyle. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomComboBox.SetStyle.

Setzt die Eigenschaft Style.

SetStyle ist die als protected deklarierte Methode zur Implementierung der Eigenschaft Style. Überschreiben Sie SetStyle, um diese Implementierung zu ändern

Siehe auch