FireDAC.Comp.Client.TFDMetaInfoCommand.AfterOpen

From RAD Studio API Documentation

Delphi

property AfterOpen: TNotifyEvent read FAfterOpen write FAfterOpen;

C++

__property AfterOpen;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoCommand

Description

This event fires after the command is opened. {{#multireplace:FireDAC.Comp.Client.TFDMetaInfoCommand.AfterOpen|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand.AfterOpen|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand.AfterOpen|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

This event fires after the command is opened.

The AfterOpen event fires after the command is opened by calling Open or setting Active to True.

See Also