DesignEditors.TNestedProperty.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TNestedProperty

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TNestedProperty();

Description

Destroys an instance of TPropertyEditor.

DesignEditors.TNestedProperty.Destroy inherits from DesignEditors.TPropertyEditor.Destroy. All content below this line refers to DesignEditors.TPropertyEditor.Destroy.

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