BCGControlBar Pro for MFC

Detailed Description

The CBCGPGridCache class implements page caching in virtual mode.

You can use CBCGPGridCache::m_nCachePageSize and CBCGPGridCache::m_nCachePageCount to optimize the cache for your particular application.

See also
CBCGPGridCtrl, CBCGPGridCtrl::EnableVirtualMode

Inherits CObject.

Public Member Functions

 AddCacheAllocates a new cached page.
 
 CleanUpCacheThe function frees all cache pages.
 
 GetCachedRowReturns a cached row.
 
 SetCachedRowAdds a row to the cache.
 

Public Attributes

 m_nCachePageCountSpecifies the number of pages.
 
 m_nCachePageSizeSpecifies the number of rows on one page.