Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterOpen; virtual;

C++

virtual void __fastcall DoAfterOpen();

Properties

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

Description

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