IBX.IBDatabaseInfo.TIBDatabaseInfo.PageSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageSize: Long read GetPageSize;

C++

__property int PageSize = {read=GetPageSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns the number of bytes per page of the attached database.

Use PageSize to return the number of bytes per page of the attached database. Use with Allocation to determine the size of the database.