Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRDatabase.UsedPageCount
TACRDatabase
Top 

Indicates number of free pages in the database file.

property UsedPageCount: Integer;

Description
Read UsedPageCount at runtime to determine the overall number of used (not empty) pages in the database file.
Also you can get the size of used space inside the database file if you will multiply this value to Options.PageSize.

UsedPageCount property can be used only if database is connected, otherwise it indicates 0.

This property is read-only.


© AidAim Software Accuracer: