Data.DBXCommonTable.TDBXDelegateTable.IsUpdateable

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXDelegateTable

Delphi

function IsUpdateable: Boolean; override;

C++

virtual bool __fastcall IsUpdateable();

Description

Checks whether the table can be updated.

Data.DBXCommonTable.TDBXDelegateTable.IsUpdateable inherits from Data.DBXCommonTable.TDBXTable.IsUpdateable. All content below this line refers to Data.DBXCommonTable.TDBXTable.IsUpdateable.

Checks whether the table can be updated.

IsUpdateable returns True if the table can be updated, and False otherwise.

See Also