Internet Direct (Indy) Version 9.0.1 Beta
TIdMessage.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. Create calls the inherited Create method to initialize the object instance. Create also initializes object properties for the instance, including:

Create also calls Clear to insure that Headers and Body are reset to their empty state.