Difference between revisions of "TIncrementalCacheThread"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")
 
(No difference)

Latest revision as of 04:59, 17 May 2018

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TIncrementalCacheThread = class(TThread)


Function declarations



[Expand]
constructor TIncrementalCacheThread.Create(ACache:TIncrementalCache);
Description: To be documented


[Expand]
destructor TIncrementalCacheThread.Destroy;
Description: To be documented


[Expand]
procedure TIncrementalCacheThread.Execute;
Description: To be documented


Return to Unit Reference