Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageEncoderClass Type

Identifies the class to which a TIdMessageEncoder descendant belongs.

Pascal
TIdMessageEncoderClass = class of TIdMessageEncoder;

TIdMessageEncoderClass is a class type that identifies the class to which a TIdMessageEncoder descendant belongs. TIdMessageEncoderClass is the class type used to create new instances of a message encoder for processing items in the TIdMessage.MessageParts collection. 

For example, a TIdMessageEncoderUUE instance will have an EncoderClass property that contains a TIdEncoderUUE class type that is registerd in the Indy application. Subsequent instances of TIdMessageEncoderUUE can be created using the registered class type, reducing the resource requirements of the application.

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.