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.
TStringList.Destroy |