API:FireDAC.Stan.Intf.TFDConnectionDefParams.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFDConnectionDefParams();

Properties

Type Visibility Source Unit Parent
destructor public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf TFDConnectionDefParams

Description

Destroys an instance of TStringList.

FireDAC.Stan.Intf.TFDConnectionDefParams.Destroy inherits from System.Classes.TStringList.Destroy. All content below this line refers to System.Classes.TStringList.Destroy.

Destroys an instance of TStringList.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TStringList reference is not nil and only then calls Destroy.

Destroy frees the memory allocated to hold the list of strings and object references before calling the inherited destructor.

See Also