Vcl.DBCtrls.TDBComboBox.SetStyle

From RAD Studio API Documentation

Delphi

procedure SetStyle(Value: TComboboxStyle); override;

C++

virtual void __fastcall SetStyle(Vcl::Stdctrls::TComboBoxStyle Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBComboBox

Description

Sets the Style property. {{#multireplace:Vcl.DBCtrls.TDBComboBox.SetStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomComboBox.SetStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomComboBox.SetStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sets the Style property.

SetStyle is the protected implementation method for the Style property. Override SetStyle to change the implementation of the Style property.

See Also