API:System.WideStrings.TWideStringList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStringList

Description

Adds a string at the end of the list.

System.WideStrings.TWideStringList.Add inherits from System.WideStrings.TWideStrings.Add. All content below this line refers to System.WideStrings.TWideStrings.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