Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An OdEdCommandStack stores CFxCommand objects. A CFxCommand has a global name, a local name, a group name, and a help-ID.the following attributes:

  • Global name
    The global name is the non-localized version of the command name.

  • Local name
    The local name represents the localized version of the command name.

  • Group name
    The group name provides a mechanism to group sets of commands together within the stack, where a group can access them using the OdEdCommand::newGroupIterator() function.

  • Help-ID
    The help-ID is used as a mechanism to provide a command specific help.

...