IBX.IBScript.TIBSQLParser.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Parse;

C++

void __fastcall Parse();

Properties

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

Description

The Parse method parses the statements of an SQL script.

Call Parse to parse the content of the Script property of the TIBSQLParser.

To manage the parsing errors, use the OnError event handler.

See Also