FireDAC.Comp.Client.TFDCustomCommand.BeforeUnprepare
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomCommand |
Delphi
property BeforeUnprepare: TNotifyEvent read FBeforeUnprepare write FBeforeUnprepare;
C++
__property System::Classes::TNotifyEvent BeforeUnprepare = {read=FBeforeUnprepare, write=FBeforeUnprepare};
Description
This event fires before the command is unprepared.
The BeforeUnprepare event fires before the command is unprepared by calling the Unprepare method.