FireDAC.Phys.IBBase.TFDIBRestore.PageSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageSize: LongWord read FPageSize write FPageSize default 0;

C++

__property unsigned PageSize = {read=FPageSize, write=FPageSize, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBRestore

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