Data.DBXPlatform.TDBXTokenizer.NextToken

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NextToken: string;

C++

System::UnicodeString __fastcall NextToken();

Properties

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

Description

Returns the next available token.

The NextToken method returns the next available token. If there are no more tokens available, NextToken returns an empty string.

See Also