Data.Bind.Components.TActivatedContainedBindComponent.UpdateEnableChanging

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 UpdateEnableChanging; virtual;

C++

virtual void __fastcall UpdateEnableChanging();

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