ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TDelayedProcedure.Create Constructor

Creates an instance of this object and adds it to the global thread pool.

Syntax
Pascal
constructor Create(pMethod: TThreadMethod; pDelay: Integer = 300);
Parameters 
Description 
pMethod: TThreadMethod 
The method that should be executed. 
pDelay: Integer = 300 
The delay in milliseconds that at least the execution of this method should be delayed 
Copyright (c) 2011. All rights reserved.