Internet Direct (Indy)
|
Represents the class type used to create new instances for the registered encoder class.
property MessageEncoderClass: TIdMessageEncoderClass;
MessageEncoderClass is a read-only TIdMessageEncoderClass property that represents the class type used to create new instances for the registered encoder class.
MessageEncoderClass is assigned a class type instance in the Create Constructor for a specific encoder class.
MessageCoderClass is used when TIdMessagePart descendants call their Encode method. A new instance of the registerd encoder class is created, and used to perform the encoding operation.
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. |