Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageDecoderInfo Class

Represents information about registered decoder classes and detects coder usage for message part contents.

Pascal
TIdMessageDecoderInfo = class;

TIdMessageDecoderInfo is a TObject descendant that specifies the base class for representing information about registered decoder classes. TIdMessageDecoderInfo also provides a mechanism to detect when a decoder is suitable for use in decoding the contents of a message part, and returns a reference to the decoder class. 

All methods in TIdMessageDecoderInfo are virtual. Descendant classes, like TIdMessageDecoderInfoMIME and TIdMessageDecoderInfoUUE, should implement the constructor and pertinent methods to provide support for specific encoding algorithms. 

Instances of TIdMessageDecoderInfo and descendant classes are stored in a global TIdMessageDecoderList variable to indicate that the decoder class is registered and available for use with message parts.

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.