RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.UniDirectional Property

Determines whether bidirectional cursors are enabled for the dataset.

Pascal
property UniDirectional: Boolean;
C++
__property Boolean UniDirectional;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!