Internet Direct (Indy)
Home
PreviousUpNext
TIdNotify.Notify Method

Implements posting of notifications for threaded and non-thread descendant classes.

Pascal
procedure Notify;

Notify is a procedure that implements posting of the notification message using the mechanism required for threaded and non-thread descendant classes. 

Notify use MainThreadUsesNotify to determine if the main application thread can perform the method that implements the notification message, or if the global notification thread in GNotifyThread is used to perform the operation. 

When the application's main thread is active and MainThreadUsesNotify is False, the thread of execution for the application is used, and the notification message is freed. 

Under all other circumstances, the notification message is performed using the global threaded notification mechanism in GNotifyThread.

TIdNotify.DoNotify 

TIdNotify.NotifyMethod 

TIdNotify.MainThreadUsesNotify 

GNotifyThread

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.