OLECMDF represents the type of support an Automation object provides for a specific command at a specific time.
OLECMDF = TOleEnum;
TOleEnum OLECMDF;
In C++ code imported from the shdocvw type library, OLECMDF is a set of flags that together indicate how a command can be used. These values can be or'd together:
Value |
Meaning |
|
The Automation object supports the command (but it may not be enabled). |
| |
The command is currently enabled. |
| |
The command is an on/off toggle that is currently on. |
| |
Not currently used. |
| |
Not currently used. |
| |
Not currently used. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|