Vcl.DBCtrls.TDBComboBox.SetItems

From RAD Studio API Documentation

Delphi

procedure SetItems(const Value: TStrings); override;

C++

virtual void __fastcall SetItems(System::Classes::TStrings* const Value);

Properties

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

Description

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

Sets the value of the Items property.

SetItems is the protected write implementation for the Items property. It copies the strings (and possibly their associated objects) from Value to the Items property.

See Also