API:FireDAC.Comp.Client.TFDMetaInfoCommand.AfterOpen

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 AfterOpen;

C++

__property AfterOpen;

Description

This event fires after the command is opened.

FireDAC.Comp.Client.TFDMetaInfoCommand.AfterOpen inherits from FireDAC.Comp.Client.TFDCustomCommand.AfterOpen. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.AfterOpen.

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