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

Ancestor class for Indy component classes.

File
TIdBaseComponent = class(TIdInitializerComponent);

TIdBaseComponent is a TIdInitializerComponent descendant that represents the class used as an ancestor for Indy components. 

TIdBaseComponent implements properties and methods that allow Indy components to access Version number information. 

TIdBaseComponent is used as the ancestor for utility and other non-socket based components. Socket-based components generally inherit from TIdComponent which provides OnWork and OnStatus event handlers.

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