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

TFileStateCache.Destroy

Destructor for the class instance.

Declaration

Source position: lazfilecache.pas line 71

public destructor TFileStateCache.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It frees resources allocated in and for the internal AVL tree used to store cached file or directories. It also frees any change handler routines assigned by calling the AddChangeTimeStampHandler method.

Destroy calls the inherited method prior to exit.

See also

TFileStateCache.AddChangeTimeStampHandler

  

Adds the specified handler routine to the class instance.


Version 4.0 Generated 2025-05-03 Home