IUiCommandActionCustomize.RemoveByName

Syntax

RemoveByName(Name: String): Boolean;

Parameters

Name - name of the action, which parameters are to be removed from the collection.

Select one of the following reserved names as a parameter value:

If required, the prefix of the objects, to which the settings are applied, can be determined for the common actions:

Description

The RemoveByName method removes parameters of action from the collection by name and returns removal was successful.

Comments

Action names are case-insensitive. After removal action parameters are determined by the platform's system settings. The method returns True if action parameters are removed, and False if they are not removed.

See also:

IUiCommandActionCustomize