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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|