Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField.Destroy

From RAD Studio API Documentation

Delphi

destructor Destroy; override;

C++

/* {Data_Bind_ObjectScope}TBindSourceAdapterReadField<Data_Bind_ObjectScope_TBindSourceAdapterReadObjectField<T>_T>.Destroy */ inline __fastcall virtual ~TBindSourceAdapterReadObjectField__1(void) { }
__fastcall virtual ~TBindSourceAdapterReadObjectField(void);

Properties

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

Description

Destroys the TPersistent instance and frees its memory. {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TPersistent.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TPersistent.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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