Data.DBXCommonTable.TDBXDelegateTable.IsUpdateable

From RAD Studio API Documentation

Delphi

function IsUpdateable: Boolean; override;

C++

virtual bool __fastcall IsUpdateable(void);

Properties

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

Description

Checks whether the table can be updated. {{#multireplace:Data.DBXCommonTable.TDBXDelegateTable.IsUpdateable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.IsUpdateable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.IsUpdateable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Checks whether the table can be updated.

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

See Also