Data.DBXPlatform.TDBXTokenizer.HasMoreTokens

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasMoreTokens: Boolean;

C++

bool __fastcall HasMoreTokens();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXTokenizer

Description

Returns True if more tokens are available.

The HasMoreTokens method returns True if there are more tokens available, False otherwise.

See Also