Internet Direct (Indy) Version 9.0.2 Beta
TIdDecoderMIME.Create
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 constructor. Create also initializes the decoding table to the value specified in GBase64DecodeTable, and sets FillChar to the special padding character "=" used in the Base64 encoding scheme.