TStringList functionality is demonstrated in this particular program. ref to all ".pas" file for the code. other file serves their purpose that is created by Delphi6 IDE like: ".dfm" : Delphi Win32 ...
When clicked the "Button1", a TStringList is created with a single value. This list is not freeded from the memory, so when you close the application, appears a message alerting that a memory leak has ...