REST.BindSource.TRESTComponentAdapter.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
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource TRESTComponentAdapter

Description

BeforeOpen event dispatcher.

REST.BindSource.TRESTComponentAdapter.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