Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforePost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforePost; virtual;

C++

virtual void __fastcall DoBeforePost();

Properties

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

Description

BeforePost event dispatcher.

DoBeforePost is a BeforePost event dispatcher. Override this method to define how the TBindSourceAdapter should be handled immediately before the source adapter fields are posted with the Post method.

See Also