Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdSync.NotifyMethod
TIdSync
Allows signalling a thread method for the global threaded notification list.
class
procedure
NotifyMethod(AMethod: TThreadMethod);
Parameters
AMethod: TThreadMethod
Thread
method for the notification.
Description
NotifyMethod is a class procedure that allows
TIdSync
to insure that the thread method in AMethod is cast to a
TIdSyncMethod
instance prior to calling its
Notify
method.