Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField.Destroy
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.
Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField.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.