Open main menu

RAD Studio API Documentation β

System.Classes.TStrings.Destroy

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TStrings();

Properties

Type Visibility Source Unit Parent
destructor public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings

Description

Destroys the TStrings instance and frees its memory.

Do not call Destroy directly. Call Free instead. Free checks that the object reference is not nil before calling Destroy.

See Also