FireDAC.Comp.Client.TFDCommand.AfterClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterClose;

C++

__property AfterClose;

Properties

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

Description

This event fires after the command is closed.

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

This event fires after the command is closed.

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

See Also