Indy 9
TIdEncoderMIME
Hierarchy, Properties, Methods, See Also, Unit: IdCoderMIME
Implements an encoder for MIME content using the Base64 encoding scheme.
TIdEncoderMIME = class(TIdEncoder3to4)
Unit
IdCoderMIME
Description
TIdEncoderMIME is a TIdEncoder3to4 descendant that implements an encoder for MIME content encoded using the Base64 encoding algorithm. TIdEncoderMIME utilizes the Base64 alphabet identified in GBase64CodeTable. TIdEncoderMIME also uses the special padding character "=" in the FillChar property.

TIdEncoderMIME.Create
TIdEncoderMIME, See Also
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 "=".

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