RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IStringTokenizer.nextToken Method

Returns next available token.

Pascal
function nextToken: WideString;
C++
__fastcall BSTR nextToken();

The nextToken method returns the next available token. If no more tokens are available (hasMoreTokens returns false), nextToken returns an empty string. 

 

nextToken

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