Icon SQL Property

property SQL: TStrings

Usage

Use the SQL property to specify the text of the SQL statement that the TDBISAMQuery component executes when its Open or ExecSQL methods are called. The SQL property may contain multiple SQL statements as long as they are separated by semicolons (;).
Image