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. 

 

System::WideString::Length 

System::WideString::pos

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