RAD Studio VCL Reference
|
Indicates whether or not the database is read only.
property ReadOnly: Long;
__property Long ReadOnly;
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|