Destructor for the class instance.
Source position: valedit.pas line 94
public destructor TValueListStrings.Destroy; override; |
Destroy is the destructor for the class instance. Destroy ensures that resources allocated for the internal item definitions are freed. Destroy calls the inherited destructor.
| Version 4.4 | Generated 2025-11-08 | Home |