Indy 9
TIdMessageEncoderXXE
Hierarchy, Properties, Methods, Events, See Also, Unit: IdMessageCoderXXE
Implements an encoder for RFC 822 message parts using the XXEncode algorithm.
TIdMessageEncoderXXE = class(TIdMessageEncoderUUEBase)
Unit
IdMessageCoderXXE
Description
TIdMessageEncoderXXE is a TIdMessageEncoderUUEBase descendant that implements support for creating XXEncoded message parts. TIdMessageEncoderXXE extends the ancestor class by overriding the constructor to assign an instance of TIdEncoderXXE to the EncoderClass property for the object instance.

TIdMessageEncoderXXE.Create
TIdMessageEncoderXXE, See Also
Constructor for the object instance.
constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the Constructor for the object instance, and relies on the inherited Create method. Create assigns an instance of TIdEncoderXXE, used to perform encoding of body lines in the XXEncoded packet, to the EncoderClass property.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.