Internet Direct (Indy) Version 9.0.1 Beta
TIdEncoderUUE.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 calls the inherited Create constructor. Create initializes the coding table for coder to use the UUEncode alphabet specified in GUUECodeTable. Create also sets FillChar to the inital character in the UUEncode alphabet. '`' (Decimal 96).