Internet Direct (Indy) Version 9.0.2 Beta
TIdSysLogMessage.assign
Copies property values from a persistent source.

procedure assign(Source: TPersistent); override;
Description
Assign is a procedure that allows property values for the current object instance to be copied from the persistent component specified in Source. When Source is an instance of TIdSysLogMessage, the values for the Pri, Msg, HostName and Timestamp properties are updated from the values in Source. Otherwise, the inherited Assign method is called.