The following example uses the Command_Reset() function to return to the default settings for the CMD_Buyers command.
local integer item_tag; local boolean result; item_tag = Command_GetTag(command CMD_Buyers of form 'Main Menu'); result = Command_Reset(item_tag);