System.Bindings.CustomScope.TCustomScope.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomScope();

Properties

Type Visibility Source Unit Parent
destructor public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Destroys an instance of a custom scope.

Destroy destroys an instance of a custom scope.

See Also