DesignEditors.TPropertyEditor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TPropertyEditor();

Properties

Type Visibility Source Unit Parent
destructor public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

Description

Destroys an instance of TPropertyEditor.

Do not call Destroy. The Object Inspector destroys the property editor automatically when it is finished.

Destroy frees the internal objects used to store information about the selected components and their property settings. Override Destroy to free any other internal structures created by the property editor.

See Also