Command_Reset()

Examples


The Command_Reset() function returns the settings for a command back to their original state as defined in the dictionary.

Syntax

Command_Reset(command_tag)

Parameters

command_tag – The integer tag value for the command being reset.

Return value

A boolean. The value true indicates the command was reset, while false indicates it was not.

Comments

The only characteristics affected are those in the command definition. Other characteristics, such as whether the command is visible or is checked are not affected.


Documentation Feedback