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. 

 

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