FireDAC.Comp.DataSet.TFDDataSet.DoAfterOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterOpen; override;

C++

virtual void __fastcall DoAfterOpen();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

AfterOpen event dispatcher.

FireDAC.Comp.DataSet.TFDDataSet.DoAfterOpen inherits from Data.DB.TDataSet.DoAfterOpen. All content below this line refers to Data.DB.TDataSet.DoAfterOpen.

AfterOpen event dispatcher.

DoAfterOpen is an AfterOpen event dispatcher. Override this method to change the behavior of the dataset after an application completes opening a dataset and before any data access occurs.

See Also