Vcl.OleCtnrs.TOleContainer.DoVerb

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoVerb(Verb: Integer);

C++

void __fastcall DoVerb(int Verb);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Requests that the OLE object perform some action.

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.

See Also