API:FireDAC.Comp.Client.TFDCommand.AfterClose

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AfterClose;

C++

__property AfterClose;

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