FireDAC.Comp.Client.TFDCustomCommand.BeforeOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeOpen: TNotifyEvent read FBeforeOpen write FBeforeOpen;

C++

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

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

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