RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.DoVerb Method

Requests that the OLE object perform some action.

Pascal
procedure DoVerb(Verb: Integer);
C++
__fastcall DoVerb(int Verb);

Call DoVerb to request that the OLE object perform one of the actions listed by the ObjectVerbs property. OLE defines several verbs, such as ovShow (to display the OLE object) and ovPrimary (the default action, usually to activate the OLE object). OLE objects can also define their own custom verbs. Use the ObjectVerbs property to get a list of those custom verbs. 

 

ObjectVerbs 

Creating Clients for Servers That Do Not Have a Type Library

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!