RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleServer.EventDispatch Property

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

Pascal
property EventDispatch: TServerEventDispatch;
C++
__property TServerEventDispatch EventDispatch;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!