Send comments on this topic
SolFSStorage.FixedSize property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies if the storage is fixed-sized.
Declaration
[Pascal]
property FixedSize: boolean;
[DLL]
see StorageGetSizes function
[C++ (DLL/Lib)]
bool get_FixedSize()
[C++ (VCL)]
__property bool FixedSize;
[C++ (.NET)]
bool get_FixedSize()
[C#]
bool FixedSize
[VB.NET]
Property FixedSize As Boolean
Description
This property tells you whether the storage is fixed-sized. Fixed-sized storage doesn't grow or shrink automatically. You can resize the fixed-sized storage using DiskSize property. Compact operation can be performed to "defragment" the fixed-sized storage.
