RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::SubString Method

Returns a specified substring of theSystem::WideString::WideString.

Pascal
function SubString(index: Integer; count: Integer): WideString;
C++
__fastcall WideString SubString(int index, int count) const;

System::WideString::SubString returns a newSystem::WideString::WideString that is a substring of thisSystem::WideString::WideString. The substring contains count characters beginning at index. 

 

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