TBasicActionLink.Action

The action to which the link was assigned.

Declaration

Source position: classesh.inc line 2167

public Property
  Action : TBasicAction;

Description

Action represents the Action which was assigned to the client. Setting this property will unregister the client at the old action (if one existed) and registers the client at the new action.

See also

Name Description
TBasicAction Abstract base class for all Actions.
TBasicAction Abstract base class for all Actions.