API:IBX.IBTable.TIBTable.UniDirectional
Delphi
property UniDirectional: Boolean read FUniDirectional write SetUniDirectional;
C++
__property UniDirectional;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | IBX.IBTable.pas IBX.IBTable.hpp |
IBX.IBTable | TIBTable |
Description
Determines whether bidirectional cursors are enabled for the dataset.
IBX.IBTable.TIBTable.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.