FireDAC.Stan.Param.TFDParams.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

Properties

Type Visibility Source Unit Parent
destructor public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParams

Description

Destroys an instance of TFDParams.

The TFDParams object should be destroyed in the destructor of its Owner, where that Owner calls Create from its constructor.

Do not call Destroy directly in an application. Instead, call Free, which verifies if the TFDParams object is not nil, and only then calls Destroy.

Before calling the inherited destructor, Destroy removes any reference to the TFDParams object from the source object.

See Also