RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo.Writes Property

Returns the number of page writes to the database.

Pascal
property Writes: Long;
C++
__property Long Writes;

Use Writes to return the number of page writes to the current database since it was first attached by any process; that is, an aggregate of all write done by all attached processes, rather than the number of writes done for the calling program since it attached to the database. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!