TurboDB VCL Component Library

TTdbQuery.SQL

TTdbQuery        See Also

Previous  Top  Next

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

Delphi syntax:

property SQL: TStrings;

C++ syntax:

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

Description

SQL provides access to the SQL statement compatible with the Object Inspector, with Embarcadero TQuery and with previous versions of TurboDB. Use  SQLWif your SQL statement contains true Unicode characters or if you don't want to work with TStrings.