Vcl.OleCtnrs.TOleContainer.ObjectVerbs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ObjectVerbs: TStrings read GetObjectVerbs;

C++

__property System::Classes::TStrings* ObjectVerbs = {read=GetObjectVerbs};

Properties

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

Description

Lists the verbs that the OLE object supports.

Read ObjectVerbs to determine the verbs that can be used with the OLE object. The verb names can have embedded ampersand (&) characters to indicate shortcut keys. An OLE object must already be loaded in the container before accessing the ObjectVerbs property.

See Also