System.Classes.TClassFinder.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TClassFinder();

Properties

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

Description

Frees the memory associated with the TClassFinder object.

Do not call Destroy directly. Instead, use the delete keyword on the object, which causes Destroy to be invoked automatically.

See Also