RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleCtnrs.ovOpen Constant

Specifies the Open action of an OLE object.

Pascal
ovOpen = -2;
C++
ovOpen = -2;

ovOpen is used as a default item of ObjectVerbs.  

ovOpen is principally used by the DoVerb method in order to open the application window that the OLE provider registered.

Note: If the OLE provider cannot process this request, an EOleSysError (Not Implemented) is thrown.
 

 

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