TMedQuery.UniDirectional TMedQuery

property UniDirectional: Boolean ;

Description

Set UniDirectional to false to specify that you wish query cursor to have a possibility to move both forward and backward through dataset. By default UniDirectional is set to true, and cursor cannot navigate backward.

Setting UniDirectional property automatically sets Scrollable property and vice-versa.

See Scrollable property for more information.