SHDocVw.OLECMDID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type OLECMDID = Cardinal;

C++

typedef Winapi::Activex::TOleEnum OLECMDID;

Properties

Type Visibility Source Unit Parent
type
typedef
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw SHDocVw

Description

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

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.

See Also