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

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
0wner of the object instance.

Description
Create is the Constructor for the object instance, and relies on the inherited Create constructor. Create also sets the TIdEncoderMIME coding table to the Base64 alphabet identified by GBase64CodeTable, and sets FillChar to the special padding character "=".