Data.Bind.Components.TActivatedContainedBindComponent.UpdateEnableChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateEnableChanging; virtual;

C++

virtual void __fastcall UpdateEnableChanging();

Properties

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

Description

Executes just before changing the value of the AutoActivate property.

Override the UpdateEnableChanging virtual method in subclasses to allow for further functionality right before changing the value of the AutoActivate property.

See Also