FireDAC.Phys.SQLite.TFDSQLiteBackup.PageCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageCount: Integer read GetPageCount;

C++

__property int PageCount = {read=GetPageCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteBackup

Description

The total number of pages to copy.

Use the PageCount to get the total number of pages to copy.

See Also