Data.DB.TDataSet.SetUniDirectional

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetUniDirectional(const Value: Boolean); inline;

C++

void __fastcall SetUniDirectional(const bool Value);

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.

See Also