Send comments on this topic
SolFSStorage.Active property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Defines if the storage is opened and can be operated with.
Declaration
[Pascal]
property Active: boolean;
[DLL]
not applicable;
[C++ (DLL/Lib)]
bool get_Active()
[C++ (VCL)]
__property bool Active;
[C++ (.NET)]
bool get_Active()
[C#]
bool Active
[VB.NET]
Property Active As Boolean
Description
This property specifies if the storage is opened and can be used. The property is read-only.
