OLECMDEXECOPT = TOleEnum;
TOleEnum OLECMDEXECOPT;
In C++ code imported from the shdocvw type library, OLECMDEXECOPT indicates what an Automation object should do in response to an OLECMDID command. The following table lists the possible values:
Constant |
Value |
Meaning |
0 |
Use the default behavior, whether prompting the user for input or not. | |
1 |
Execute the command after obtaining user input. | |
2 |
Execute the command without prompting the user. | |
3 |
Show help for the command, but do not execute it. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|