Vcl.OleCtrls.TOleControl.DefaultDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultDispatch: IDispatch read GetDefaultDispatch;

C++

__property _di_IDispatch DefaultDispatch = {read=GetDefaultDispatch};

Properties

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

Description

The default dispatch interface.

DefaultDispatch default dispatch interface that the TOleControl object encapsulates. For those ActiveX controls that have multiple dispatch interfaces, one is typically identified as the default.