[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: lazloggerbase.pas line 99
public destructor TLazLoggerLogGroupList.Destroy; override; |
Destroy is the overridden destructor for the class instance. It call Clear to remove all log group entries in the container, and frees the internal list where the log group entries are stored. Destroy calls the inherited method prior to exit.
Version 4.0 | Generated 2025-05-03 | Home |