IBX.IBDatabaseInfo.TIBDatabaseInfo.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly: Long read GetReadOnly;

C++

__property Ibx::Ibexternals::Long ReadOnly = {read=GetReadOnly, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Indicates whether or not the database is read only.

Use ReadOnly to determine whether the database is read only or not. ReadOnly returns 1 if the database is read-write and 0 if it is read only.

Read-only databases are an InterBase 6 feature.