Data.DBXCommonTable.TDBXTable.IsUpdateable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsUpdateable: Boolean; virtual;

C++

virtual bool __fastcall IsUpdateable(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Checks whether the table can be updated.

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

See Also