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

SolFSStorage.PageSize property

Filter:

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

SolFSStorage    

Overview

Specifies size of the internal page in bytes.

Declaration

[Pascal]
    property PageSize: LongWord;

[DLL]
    not applicable;

[C++ (DLL/Lib)]
    unsigned long get_PageSize()
    void set_PageSize(unsigned long Value)

[C++ (VCL)]
    __property unsigned long PageSize;

[C++ (.NET)]
    unsigned long get_PageSize()
    void set_PageSize(unsigned long Value)

[C#]
    uint PageSize;

[VB.NET]
    Property PageSize As UInt32

Description

PageSize specifies size of the internal page in bytes. The value can vary from 256 up to 65536 bytes.
PageSize can be set only when the storage is not opened.

[DLL] Note: use GetInfo function to get access to this property.

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