Data.Bind.Components.TActivatedContainedBindComponent.UpdateEnableChanged

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TActivatedContainedBindComponent

Delphi

procedure UpdateEnableChanged; virtual;

C++

virtual void __fastcall UpdateEnableChanged();

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