Data.DBXPlatform.TDBXTokenizer.HasMoreTokens
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
| Unit: Data.DBXPlatform | |
| Parent: TDBXTokenizer | |
Delphi
function HasMoreTokens: Boolean;
C++
bool __fastcall HasMoreTokens();
Description
Returns True if more tokens are available.
The HasMoreTokens method returns True if there are more tokens available, False otherwise.