Data.Bind.ObjectScope.TBindFieldDefWithChildren.Destroy
[–] Properties | |
---|---|
Type: destructor | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindFieldDefWithChildren |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TBindFieldDefWithChildren();
Description
Destroys the TCollectionItem instance and frees its memory.
Destroys the TCollectionItem instance and frees its memory.
Data.Bind.ObjectScope.TBindFieldDefWithChildren.Destroy inherits from System.Classes.TCollectionItem.Destroy. All content below this line refers to System.Classes.TCollectionItem.Destroy.
Destroys the TCollectionItem instance and frees its memory.
Destroy is called indirectly by TCollection's Clear or Delete method.