Data.Bind.ObjectScope.TBindSourceAdapterReadField.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBindSourceAdapterReadField__1();

Properties

Type Visibility Source Unit Parent
destructor public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapterReadField

Description

Destroys the TPersistent instance and frees its memory.

Data.Bind.ObjectScope.TBindSourceAdapterReadField.Destroy inherits from System.Classes.TPersistent.Destroy. All content below this line refers to System.Classes.TPersistent.Destroy.

Destroys the TPersistent instance and frees its memory.

Do not call Destroy directly. Call Free instead. Free checks that the object reference is not nil before calling Destroy.

See Also