FireDAC.Comp.Client.TFDCustomCommand.BeforeUnprepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeUnprepare: TNotifyEvent read FBeforeUnprepare write FBeforeUnprepare;

C++

__property System::Classes::TNotifyEvent BeforeUnprepare = {read=FBeforeUnprepare, write=FBeforeUnprepare};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Description

This event fires before the command is unprepared.

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

See Also