PostgresDAC
TPSQLQuery.Properties.UniDirectional | Previous Next |
Determines whether or not bidirectional cursors are enabled for a query's result set.
Syntax:
property UniDirectional: Boolean;
Description:
Set UniDirectional to control whether or not a cursor can move forward and backward
through a result set. By default UniDirectional is False, enabling forward and backward
navigation.
This property is used only for BDE compatibility.