Data.Bind.DBXScope.TCustomParamsAdapter.DoAfterOpen

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Unit: Data.Bind.DBXScope
Parent: TCustomParamsAdapter

Delphi

procedure DoAfterOpen; override;

C++

virtual void __fastcall DoAfterOpen();

Description

AfterOpen event dispatcher.

Data.Bind.DBXScope.TCustomParamsAdapter.DoAfterOpen inherits from Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterOpen. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterOpen.

AfterOpen event dispatcher.

DoAfterOpen is an AfterOpen event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after the source adapter state has been set to seBrowse after calling the SetActive method with the Value parameter set to True.

See Also