RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SHDocVw.OLECMDID Type

OLECMDID represents a command that can be executed by an Automation object.

Pascal
OLECMDID = TOleEnum;
C++
TOleEnum OLECMDID;

In C++ code imported from the shdocvw type library, OLECMDID represents a set of standard commands that can be executed by many Automation objects. Typically, each command represents a command in the user interface of the Automation object, such as a menu command. For specific details on how the Automation object interprets a particular command, see the documentation for the Automation object. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!