API:FireDAC.Comp.Client.TFDCommand.AfterOpen

From RAD Studio API Documentation
Jump to: navigation, search

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 TFDCommand

Description

This event fires after the command is opened.

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