EPUB | CHM | PDF

TMySQLQuery.Properties.UniDirectional

Top 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 may be used for BDE compatibility.