FireDAC.Stan.Option.TFDUpdateOptions.EnableUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EnableUpdate: Boolean read GetEnableUpdate write SetEnableUpdate

C++

__property bool EnableUpdate = {read=GetEnableUpdate, write=SetEnableUpdate, stored=IsEUS, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDUpdateOptions

Description

Allows you to edit records of the dataset.

Use the EnableUpdate property to enable the editing of the dataset records (True). If it is disallowed (False), then the Edit method raises an exception. The default value is True

If you need a read-only dataset, then use the ReadOnly property.

See Also