Data.DBXCommon.TDBXReader.Updateable
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXReader |
Delphi
property Updateable: Boolean read IsUpdateable;
C++
__property bool Updateable = {read=IsUpdateable, nodefault};
Description
Indicate if reader contains data that can be edited and saved.
Updateable indicates if this reader contains data that can be edited and saved back to its original source.