RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.Add Method

Adds a string at the end of the list.

Pascal
function Add(const S: WideString): Integer; virtual;
C++
virtual __fastcall int Add(const BSTR S);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!