DesignIntf.TDesignerSelections.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDesignerSelections(void);

Properties

Type Visibility Source Unit Parent
destructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf 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