API:FireDAC.Comp.Client.TFDCommand.BeforeClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeClose: TNotifyEvent read FBeforeClose write FBeforeClose;

C++

__property BeforeClose;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCommand

Description

This event fires before the command is closed.

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

This event fires before the command is closed.

The BeforeClose event fires before the command is closed by calling Close or setting Active to False.

See Also