System.Classes.TBasicAction.RegisterChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterChanges(const Value: TBasicActionLink);

C++

void __fastcall RegisterChanges(TBasicActionLink* const Value);

Properties

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

Description

Associates the action with an action link.

RegisterChanges is called when the action and action link are connected, for example, when a new action link is set to an action. Value is the action link with which the action associates itself. The link is added to the action's client list.

See Also