FireDAC.Comp.Client.TFDCustomMemTable.ReadOnly
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomMemTable | |
Delphi
property ReadOnly: Boolean read GetReadOnly write SetReadOnly;
C++
__property bool ReadOnly = {read=GetReadOnly, write=SetReadOnly, nodefault};
Description
Shortcut for UpdateOptions.ReadOnly.
ReadOnly is a shortcut for the UpdateOptions.ReadOnly property and allows you to control the dataset read-write or read-only mode.
The property is for the TClientDataSet compatibility.