Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeOpen; virtual;

C++

virtual void __fastcall DoBeforeOpen();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

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