Data.DBXMetaDataReader.TDBXEmptyTableCursor.IsUpdateable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsUpdateable: Boolean; override;

C++

virtual bool __fastcall IsUpdateable();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXEmptyTableCursor

Description

Checks whether the table can be updated.

Data.DBXMetaDataReader.TDBXEmptyTableCursor.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