Internet Direct (Indy) Version 9.0.2 Beta
TIdMessageDecoderMIME.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); overload;
constructor Create(AOwner: TComponent; ALine: string); overload;
Parameters
AOwner: TComponent
Owner of the object instance.

ALine: string
Description
Create is the Constructor for the object instance, and relies on the inherited Create method. When AOwner is a TIdMessage instance, Create sets the MIMEBoundary for the decoder to the MIMEBoundary in the TIdMessage that owns the decoder class instance.