Data.DBXCommonTable.TDBXTable.Updateable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Updateable: Boolean read IsUpdateable;

C++

__property bool Updateable = {read=IsUpdateable, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

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.

See Also