RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleCtnrs.ovPrimary Constant

Specifies the default action of an OLE object.

Pascal
ovPrimary = -65536;
C++
ovPrimary = -65536;

ovPrimary is used as a default item of ObjectVerbs.  

ovPrimary is principally used by the DoVerb method in order to send a request for the default action, usually to activate the OLE object.

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!