TurboDB VCL Component Library

TTdbQuery.RequestStable

TTdbQuery

Previous  Top  Next

Requests a query result set, that does not change when rows are modified.

Delphi syntax:

property RequestStable: Boolean;

C++ syntax:

__property bool RequestStable = {read=FRequestStable, write=FRequestStable, nodefault};

Description

If possible, executing the query will create a stable result set, which is not reordered or shrunk when rows are edited. For example, when a value is modified which contributes to the sort order, the row is not moved to another position even if the sort order is now violated.