IBX.IBScript.TIBSQLParser.CurrentTokens

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentTokens: TStrings read FTokens;

C++

__property System::Classes::TStrings* CurrentTokens = {read=FTokens};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBScript.pas
IBX.IBScript.hpp
IBX.IBScript TIBSQLParser

Description

The CurrentTokens property is a TString that represents the current statement being parsed.

CurrentTokens is a TString. For more information about the base class, go to TStrings.

See Also