DesignIntf.TDesignerSelections.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TDesignerSelections

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDesignerSelections();

Description

Destroys an instance of TDesignerSelections.

Do not call Destroy directly in an application. Instead, call Free. Free checks that the TDesignerSelections reference is not nil, and only then calls Destroy.

See Also