FireDAC.Comp.Client.TFDCustomCommand.BeforeClose

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property BeforeClose: TNotifyEvent read FBeforeClose write FBeforeClose;

C++

__property System::Classes::TNotifyEvent BeforeClose = {read=FBeforeClose, write=FBeforeClose};

Description

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