Vcl.OleCtnrs.TOleContainer.OleClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OleClassName: string read GetOleClassName;

C++

__property System::UnicodeString OleClassName = {read=GetOleClassName};

Properties

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

Description

Specifies the class name of the OLE object.

Read OleClassName to obtain the class name (programmatic identifier) for the OLE object. The class name is a string describing the class of OLE object that is registered in the Windows registry. An OLE object must already be loaded in the container before accessing the OleClassName property.

See Also