Data.DBXCommonTable.TDBXTable.Updateable
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTable |
Delphi
property Updateable: Boolean read IsUpdateable;
C++
__property bool Updateable = {read=IsUpdateable, nodefault};
Description
Specifies whether the table can be updated.
The Updateable property is read-only; it is True if the table can be updated, and False otherwise. By default, Updateable returns False, so every descendant of TDBXTable must implement this method.