Data.Bind.DBScope.TCustomBindScopeDB.SetReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

procedure SetReadOnly(ABindComp: TBasicBindComponent; const Value: Boolean); virtual;

Description

Puts the dataset in a read-only state.

The SetReadOnly method puts the dataset in a read-only state.

See Also