API:IBX.IBCustomDataSet.TIBDataSet.UniDirectional

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UniDirectional;

C++

__property UniDirectional;

Properties

Type Visibility Source Unit Parent
property published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

Determines whether bidirectional cursors are enabled for the dataset.

IBX.IBCustomDataSet.TIBDataSet.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.