Data.Bind.Components.TCommonBindComponent.UpdateSourceMemberChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateSourceMemberChanging; virtual;

C++

virtual void __fastcall UpdateSourceMemberChanging();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCommonBindComponent

Description

Virtual method to be implemented in subclasses to provide extra functionality when the source member is internally about to change. UpdateSourceMemberChanging can be overridden in order to take specific action before the property changes.

See Also