System.Classes.TBasicAction.UnRegisterChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterChanges(const Value: TBasicActionLink);

C++

void __fastcall UnRegisterChanges(TBasicActionLink* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TBasicAction

Description

Breaks the association between the action and the action link.

UnRegisterChanges is called when the action and the action link should no longer be associated. UnRegisterChanges is called, for example, in the action destructor or when the action link is unassociated from the action. Value is the action link with which the association is broken.

See Also