API:Data.Bind.DBXScope.TCustomParamsAdapter.DoBeforeOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeOpen; override;

C++

virtual void __fastcall DoBeforeOpen();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Data.Bind.DBXScope TCustomParamsAdapter

Description

BeforeOpen event dispatcher.

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

BeforeOpen event dispatcher.

DoBeforeOpen is a BeforeOpen event dispatcher. Override this method to define how the TBindSourceAdapter should be handled before the source adapter state is set to seBrowse after calling the SetActive method with the Value parameter set to True.

See Also