RAD Studio VCL Reference
|
Returns a specified substring of theSystem::WideString::WideString.
function SubString(index: Integer; count: Integer): WideString;
__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!
|