FireDAC.Comp.Client.TFDCustomCommand.AfterUnprepare

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AfterUnprepare: TNotifyEvent read FAfterUnprepare write FAfterUnprepare;

C++

__property System::Classes::TNotifyEvent AfterUnprepare = {read=FAfterUnprepare, write=FAfterUnprepare};

Description

This event fires after the command is unprepared.

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

See Also