Data.DBXCommonTable.TDBXTable.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: TDBXTable

Delphi

function IsUpdateable: Boolean; virtual;

C++

virtual bool __fastcall IsUpdateable();

Description

Checks whether the table can be updated.

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

See Also