Vcl.OleCtrls.TOleControl.DefaultDispatch

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DefaultDispatch: IDispatch read GetDefaultDispatch;

C++

__property _di_IDispatch DefaultDispatch = {read=GetDefaultDispatch};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Beschreibung

Gibt die Standard-Dispatch-Schnittstelle an.

Mit DefaultDispatch ermitteln Sie die Standard-Dispatch-Schnittstelle des ActiveX-Steuerelements, das das TOleControl-Objekt kapselt. Bei ActiveX-Steuerelementen, die über mehrere Dispatch-Schnittstellen verfügen, ist normalerweise eine als Standard-Schnittstelle festgelegt.