Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDictionary.Destroy

Destroys the dictionary and releases resources

Declaration

Source position: fpmkunit.pp line 579

public destructor TDictionary.Destroy; override;

Description

Destroy frees all memory used by the dictionary including variable storage and function callback lists.

This destructor ensures proper cleanup of all internal data structures and registered callbacks.

The destructor is called automatically when the dictionary object is destroyed or goes out of scope.


Documentation generated on: Dec 15 2025