RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomContentProducer.DispatcherComponent Property

Provides access to the dispatcher component.

Pascal
property DispatcherComponent: TComponent;
C++
__property TComponent * DispatcherComponent;

Dispatcher component is the component that implements the interface that is the value of the Dispatcher property. The content producer uses this property so that it can respond to notifications when the component is freed. To use the dispatcher, use the Dispatcher property instead. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!