Specifies an SQL statement to use to refresh a single record. Syntax: property RefreshRecordSQL: TStrings; Description: Set RefreshRecordSQL to an SQL statement to use when refresh a single record from a database. Statements can be parameterized queries. To create a statement at design time, use the RefreshRecordSQL editor to create statements, such as: SELECT o.OrderNo, o.CustNo, c.Company FROM orders o At run time, an application can write a statement directly to this property to set or change the RefreshRecord statement.
|