Data.DBXPlatform.TDBXTokenizer.HasMoreTokens

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also