EldoS
 Table of Contents >  SolFSStorage.ReadOnly property
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStorage.ReadOnly property

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStorage     See also    

Overview

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.

See also

Open

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation