Vcl.StdCtrls.TCustomComboBox.SetStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStyle(Value: TComboBoxStyle); virtual;

C++

virtual void __fastcall SetStyle(TComboBoxStyle Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

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