IBX.IBDatabase.TIBDatabase.IsReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsReadOnly: Boolean read GetIsReadOnly;

C++

__property bool IsReadOnly = {read=GetIsReadOnly, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Indicates whether or not the database is set to read-only.

Read IsReadOnly to determine if the database is read-only.

Read-only databases are an InterBase 6 feature.