Soap.HTTPUtil.IStringTokenizer.nextToken
Delphi
function nextToken: string;
C++
virtual System::UnicodeString __fastcall nextToken(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Soap.HTTPUtil.pas Soap.HTTPUtil.hpp |
Soap.HTTPUtil | IStringTokenizer |
Description
Returns next available token.
The nextToken method returns the next available token. If no more tokens are available (hasMoreTokens returns false), nextToken returns an empty string.