ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TDelayedProcedure Class

This work item helps to delay the call to a method. The method must not have paramters. The work item adds itself to the global thread pool of ShellBrowser. The metod will be called synchronized.

TDelayedProcedure
Syntax
Pascal
TDelayedProcedure = class(TBasicWorkItem);
 
Name 
Description 
 
Creates an instance of this object and adds it to the global thread pool. 
Copyright (c) 2011. All rights reserved.