Data.DBXCommonTable.TDBXTable.IsUpdateable

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsUpdateable: Boolean; virtual;

C++

virtual bool __fastcall IsUpdateable();

Propriétés

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

Description

Vérifie si la table peut être mise à jour.

IsUpdateable renvoie True si la table peut être mise à jour, et False sinon.

Voir aussi