Vcl.OleServer.TOleServer.EventDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  EventDispatch: TServerEventDispatch read FEventDispatch write FEventDispatch;

C++

__property TServerEventDispatch* EventDispatch = {read=FEventDispatch, write=FEventDispatch};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer TOleServer

Description

Specifies a helper object that enables the TOleServer object to handle server events.

EventDispatch is used internally by descendant objects that surface the events of a COM server. EventDispatch supports an IDispatch interface, which it uses to allow TOleServer descendants to dispatch events to the appropriate event handler. TOleServer introduces no events of its own. EventDispatch is used only by descendants that surface events from a COM server.

See Also