RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.Add Method

Adds a WideString at the end of the list.

Pascal
function Add(const S: WideString): Integer;
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!