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

Ancestor for Indy decoder classes.

File
TIdDecoder = class(TIdBaseComponent);

TIdDecoder is a TIdBaseComponent descendant that is the ancestor for Indy classes that perform decoding operations on String values to either String- or Stream-based destinations. 

Applications do not normally create instances of TIdDecoder, and instead use one of the descendant classes that implements a specific decoding algorithm. TIdDecoder can be used an as ancestor for classes that utilize a unique decoding algorithm and also adhere to the Indy coder framework. 

Descendants of TIdDecoder include TIdDecoder4to3 and TIdDecoderQuotedPrintable.

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