IBX.IBQuery.TIBQuery.UniDirectional

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UniDirectional default False;

C++

__property UniDirectional = {default=0};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

Description

Determines whether bidirectional cursors are enabled for the dataset.

IBX.IBQuery.TIBQuery.UniDirectional inherits from IBX.IBCustomDataSet.TIBCustomDataSet.UniDirectional. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.UniDirectional.

Determines whether bidirectional cursors are enabled for the dataset.

Use UniDirectional to determine whether bidirectional cursors are enabled for this dataset.

Note: Do not confuse the UniDirectional property with the IsUniDirectional property inherited from TDataSet. IsUniDirectional indicates whether the dataset is a dbExpress dataset, which, in addition to using a unidirectional cursor, does not buffer records. UniDirectional is only concerned with whether the cursor permits backward or random navigation.