Vcl.ExtCtrls.TCustomColorBox.SetStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStyle(AStyle: TColorBoxStyle); reintroduce;

C++

HIDESBASE void __fastcall SetStyle(TColorBoxStyle AStyle);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

Sets the Style property.

SetStyle is the protected write implementation of the Style property. It repopulates the list to reflect the new value of Style, and disables the color box if the new value for Style results in an empty color box.

See Also