Icon BeginCachedUpdates Method

void __fastcall BeginCachedUpdates(void)

Usage

Use the BeginCachedUpdates method to copy all rows to a temporary table that will be used for caching all inserts, updates, and deletes until the cached updates are applied using the ApplyCachedUpdates method or cancelled using the CancelCachedUpdates method.
Image