FireDAC.Comp.Client.TFDCommand.BeforeOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeOpen;

C++

__property BeforeOpen;

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 opened.

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

This event fires before the command is opened.

The BeforeOpen event fires, before the command is opened by calling Open or setting Active to True.

See Also