RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleCtnrs.ovUIActivate Constant

Specifies the activation of the UI(User Interface) of an OLE object.

Pascal
ovUIActivate = -4;
C++
ovUIActivate = -4;

ovUIActivate is used as a default item of ObjectVerbs.  

ovUIActivate is principally used by the DoVerb method in order to activate the User Interface.

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!