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

UnRegisterActions

Unregisters the specified array of action class types.

Declaration

Source position: actnlist.pas line 286

procedure UnRegisterActions(

  const AClasses: array of TBasicActionClass

);

Arguments

AClasses

  

Array of action class types unregistered in the routine.

Description

Calls UnRegisterActionsProc to unregister the action class types.

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