Send comments on this topic
SolFSStorage.ReadOnly property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies that the storage is opened in read-only mode.
Declaration
[Pascal]
property ReadOnly : boolean;
[DLL]
not applicable;
[C++ (DLL/Lib)]
bool get_ReadOnly()
void set_ReadOnly(bool Value);
[C++ (VCL)]
__property bool ReadOnly;
[C++ (.NET)]
bool get_ReadOnly()
void set_ReadOnly(bool Value);
[C#]
bool ReadOnly;
[VB.NET]
Property ReadOnly As Boolean
Description
Set ReadOnly to specify whether the storage is opened as read-only. The property can be set only when storage is not opened.
Get ReadOnly to see if the storage is opened in read-only mode.
