Internet Direct (Indy)
|
Container for registered encoder classes, with methods to create, access, and release registered encoder classes.
TIdMessageEncoderList = class;
TIdMessageEncoderList is a TObject descendant that is a container for registered encoder classes. TIdMessageEncoderList provides methods to create, access, and release registered encoder class instances.
The RegisterEncoder class method is used to register new encoder classes. RegisterEncoder is called in the initialization section of Units that contain an encoder class, like IdMessageCoder.pas, IdMessageCoderMIME.pas, IdMessageCoderUUE.pas, and IdMessageCoderXXE.pas.
The class method ByName is used to access an existing class instance in the container.
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. |