API:FireDAC.Comp.Client.TFDCommand.AfterUnprepare

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCommand

Delphi

property AfterUnprepare;

C++

__property AfterUnprepare;

Description

This event fires after the command is unprepared.

FireDAC.Comp.Client.TFDCommand.AfterUnprepare inherits from FireDAC.Comp.Client.TFDCustomCommand.AfterUnprepare. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.AfterUnprepare.

This event fires after the command is unprepared.

The AfterUnprepare event fires, after the command is unprepared by calling the Unprepare method.

See Also