Open main menu

RAD Studio API Documentation β

Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeOpen

Delphi

procedure DoBeforeOpen; virtual;

C++

virtual void __fastcall DoBeforeOpen(void);

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