FireDAC.Comp.Client.TFDMetaInfoCommand.BeforeOpen

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: TFDMetaInfoCommand

Delphi

property BeforeOpen;

C++

__property BeforeOpen;

Description

This event fires before the command is opened.

FireDAC.Comp.Client.TFDMetaInfoCommand.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