Icon Text Property

property Text: String

Usage

The Text property indicates the actual text of the SQL statement passed to DBISAM. For parameterized SQL statements, the Text property contains the SQL statement with parameters replaced by the parameter substitution symbol (?) in place of actual parameter values.

Information The Text property is useful when executing multiple SQL statements in a script since it always indicates the text of the current SQL statement being executed, not the entire script.
Image