Data.Bind.Components.TActivatedContainedBindComponent.UpdateEnableChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateEnableChanged; virtual;

C++

virtual void __fastcall UpdateEnableChanged();

Properties

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

Description

Executes just after changing the value of the AutoActivate property.

Override the UpdateEnableChanged virtual method in subclasses to allow for further functionality immediately after changing the value of the AutoActivate property.

See Also