Internet Direct (Indy) Version 9.0.2 Beta
TIdSysLogMsgPart.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 TIdSysLogMsgPart, the value for the Text property is updated from the value in Source. Otherwise, the inherited Assign method is called.