API:FireDAC.Comp.Client.TFDCommand.BeforeUnprepare

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 BeforeUnprepare;

C++

__property BeforeUnprepare;

Description

This event fires before the command is unprepared.

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

This event fires before the command is unprepared.

The BeforeUnprepare event fires before the command is unprepared by calling the Unprepare method.

See Also