[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TBasicActionLink.SetAction

Sets the action with which the actionlink is associated.

Declaration

Source position: classesh.inc line 1692

protected procedure TBasicActionLink.SetAction(

  Value: TBasicAction

); virtual;

Description

SetAction is the write handler for the Action property. It sets the Action property to it's new value, after unregistering itself with the old action, if there was one.

See also

Action

  

The action to which the link was assigned.

TBasicAction

  

Abstract base class for all Actions.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.