RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.IsUniDirectional Property

Indicates whether the dataset is unidirectional.

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

IsUniDirectional indicates whether the dataset is a descendant of TCustomSQLDataSet. Unidirectional datasets raise exceptions on all navigation methods except for First and Next. They do not support filters, bookmarks, lookup fields, or any other features that require an internal record buffer. You can't use a unidirectional dataset as the source to a data-aware grid. 

 

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