Data.DB.TDataSet.SetUniDirectional
Delphi
procedure SetUniDirectional(const Value: Boolean); inline;
C++
void __fastcall SetUniDirectional(const bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Sets the dataset type: unidirectional or not.
SetUniDirectional sets the dataset type: unidirectional or not. If the Value
parameter is True, then the dataset is unidirectional. This method is used internally. You can check whether the dataset is unidirectional using the IsUniDirectional property.