Internet Direct (Indy) Version 9.0.2 Beta
TIdSysLogMessage.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 using AOwner as the owner of the component instance. Create sets the default value for the PRI property to 13, and uses the global TIdStack instance in GStack to retrieve the value for the HostName property. Create also allocates the TIdSysLogMsgPart used to represent the Msg property.