IBX.IBQuery.TIBQuery.SQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQL: TStrings read FSQL write SetQuery;

C++

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

Properties

Type Visibility Source Unit Parent
property published
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

Description

Contains the text of the SQL statement to execute for the query.

Use SQL to provide the SQL statement that a query component executes when its ExecSQL or Open method is called. At design time the SQL property can be edited by invoking the String List editor in the Object Inspector.

The SQL property may contain only one complete SQL statement at a time.