Vcl.OleCtrls.TOleControl.GetObjectVerbs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetObjectVerbs(List: TStrings);

C++

void __fastcall GetObjectVerbs(System::Classes::TStrings* List);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Retrieves the names of the verbs implemented by the ActiveX control.

Use GetObjectVerbs to retrieve the names of the verbs implemented by the ActiveX control.

List is where the names of the verbs are to be stored.