Topic Path: Symbol Reference > Classes > TIdComponent Class
ContentsIndexHome
PreviousUpNext
TIdComponent Class

Ancestor of Indy components using Status or Work mode events.

File
TIdComponent = class(TIdBaseComponent);

TIdComponent is a TIdBaseComponent descendant and the ancestor class for Indy components using Status or Work mode events. 

TIdComponent implements event handlers used to signal state change, input, and output operations using the component. 

TIdComponent implements an overridden protected InitComponent method used to initialize the component, including the global stack instance count and the GStack variable used in the Indy library. InitComponent protects access to the stack instance count using TIdCriticalSection.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.