[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: lazfilecache.pas line 71
public destructor TFileStateCache.Destroy; override; |
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.
|
Adds the specified handler routine to the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |