Internet Direct (Indy)
|
Implements the ancestor for Indy notification classes.
TIdNotify = class(TObject);
TIdNotify is a TObject descendant that implements an ancestor class for posting notification messages using methods in the main thread of execution, or in threads.
TIdNotify specifies an abstract virtual DoNotify procedure that must be implemented in descendant classes.
DoNotify method to allow the Notify method to execute it's notification mechanism.
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. |