Internet Direct (Indy) Version 9.0.2 Beta
TIdDecoderXXE.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 method to initialize object properties to their default values. Create also assigns the XXEncode alphabet, contained in GXXEDecodeTable, to the decoding table for the instance, and sets the default FillChar to "~" (Decimal 126).