IBX.IBSQL.TIBSQL.SQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQL: TStrings read FSQL write SetSQL;

C++

__property System::Classes::TStrings* SQL = {read=FSQL, write=SetSQL};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Description

Sets the SQL query to be executed.

Use the SQL property to write or view the SQL query to be executed.