Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterPost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterPost; virtual;

C++

virtual void __fastcall DoAfterPost();

Properties

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

Description

AfterPost event dispatcher.

DoAfterPost is an AfterPost event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after the source adapter fields have been posted with the Post method.

See Also