FireDAC.Phys.IBBase.TFDIBRestore.PageSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBRestore

Delphi

property PageSize: LongWord read FPageSize write FPageSize default 0;

C++

__property System::LongWord PageSize = {read=FPageSize, write=FPageSize, default=0};

Description

Specifies the page size for a restored database.

Use the PageSize property to specify the page size for a restored database. The default value is 0 and means that no value is specified.

PageSize corresponds to gbak -page_size.

See Also