Used to specify the SQL statement that will be used when applying an insertion to a dataset.
property SQLInsert: TStrings;
Use the SQLInsert property to specify the SQL statement that will be used when applying an insertion to a dataset. Statements can be parameterized queries. Names of the parameters should be the same as field names. Parameters prefixed with OLD_ allow using current values of fields prior to the actual operation.
To create a SQLInsert statement at design-time, use the query statements editor.