FireDAC.Comp.DataSet.TFDDataSet.DoAfterOpen

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure DoAfterOpen; override;

C++

virtual void __fastcall DoAfterOpen();

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