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

SolFSStorage.FixedSize property

Filter:

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

SolFSStorage     See also    

Overview

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.

See also

DiskSize     DiskFree     StorageGetSizes    

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