FireDAC.Comp.Client.TFDCustomCommand.BeforeOpen

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 BeforeOpen: TNotifyEvent read FBeforeOpen write FBeforeOpen;

C++

__property System::Classes::TNotifyEvent BeforeOpen = {read=FBeforeOpen, write=FBeforeOpen};

Description

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