System.Bindings.Outputs.TValueRefConverter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TValueRefConverter();

Properties

Type Visibility Source Unit Parent
destructor public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TValueRefConverter

Description

Destroys a TValueRefConverter instance.

Destroy destroys an instance of the TValueRefConverter class.

See Also