Icon FlushBuffers Method

procedure FlushBuffers

Usage

Use the FlushBuffers method to flush data to disk. If the table or query result set is opened exclusively, then the FlushBuffers method flushes all cached writes to disk and proceeds to instruct the operating system to flush all writes to disk also. If the table or query result set is opened shared, then FlushBuffers only instructs the operating system to flush all writes to disk since shared datasets do not cache any writes.

Information This method is only used in the context of the descendant TDBISAMTable and TDBISAMQuery components.
Image