Data.Bind.DBScope.TCustomBindScopeDB.SetReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

Description

Puts the dataset in a read-only state.

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

See Also