API:Vcl.ComCtrls.TComboBoxExStrings.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const S: String): Integer; override;

C++

virtual int __fastcall Add(const System::UnicodeString S);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

Adds a string at the end of the list.

Vcl.ComCtrls.TComboBoxExStrings.Add inherits from System.Classes.TStrings.Add. All content below this line refers to System.Classes.TStrings.Add.

Adds a string at the end of the list.

Call Add to add a string to the end of the list. Add returns the index of the new string.

See Also

Code Examples