Data.Bind.ObjectScope.TBindFieldDefWithChildren.Destroy

From RAD Studio API Documentation

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBindFieldDefWithChildren(void);

Properties

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

Description

Destroys the TCollectionItem instance and frees its memory. Destroys the TCollectionItem instance and frees its memory. {{#multireplace:Data.Bind.ObjectScope.TBindFieldDefWithChildren.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TCollectionItem.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.TCollectionItem.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Destroys the TCollectionItem instance and frees its memory.

Destroy is called indirectly by TCollection's Clear or Delete method.

See Also