FireDAC.Comp.Client.TFDLocalSQLDataSet.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDLocalSQLDataSet

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFDLocalSQLDataSet();

Description

Destroys the TCollectionItem instance and frees its memory.

FireDAC.Comp.Client.TFDLocalSQLDataSet.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.

See Also