RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::Delete Method

System::WideString::Deletes a substring from the System::WideString::WideString.

Pascal
procedure Delete(index: Integer; count: Integer);
C++
__fastcall void Delete(int index, int count);

System::WideString::Delete removes count characters from the System::WideString::WideString, beginning with the character at position index. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!