RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::Insert Method

System::WideString::Inserts a specified string into theSystem::WideString::WideString.

Pascal
procedure Insert(const str: WideString&; index: Integer);
C++
__fastcall void Insert(const WideString& str, int index);

Call System::WideString::Insert to inserts the string str into thisSystem::WideString::WideString beginning at the position index. 

 

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