[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazLogger' (#lazutils)

TLazLoggerFile.Assign

Implements object persistence for the TLazLoggerFile class type.

Declaration

Source position: lazlogger.pas line 173

public procedure TLazLoggerFile.Assign(

  Src: TLazLogger

); override;

Arguments

Src

  

TLazLogger instance with values copies in the method.

Description

Assign is an overridden method used to implement object persistence for the TLazLoggerFile class type.

Src is the TLazLogger instance with the values copied into the current class instance. The inherited method is called to handle group parameters and block handlers assigned in Src.

When Src is derived from TLazLoggerFile, the following property values are also copied:

These property values are not copied when Src is not derived from TLazLoggerFile.


Version 4.0 Generated 2025-05-03 Home