IBX.IBServices.TIBRestoreService.PageSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageSize: Integer read FPageSize write FPageSize default 4096;

C++

__property int PageSize = {read=FPageSize, write=FPageSize, default=4096};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBRestoreService

Description

Sets or returns the page size.

Use PageSize to set or return the page size in kilobytes.

Note: You must install InterBase 6 to use this feature.