Vcl.StdCtrls.TCustomCombo.SetItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItems(const Value: TStrings); virtual;

C++

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

Properties

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

Description

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