RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientItem.OnChange Event

Occurs immediately after the DDE server updates the Lines property.

Pascal
property OnChange: TNotifyEvent;
C++
__property TNotifyEvent OnChange;

Write an OnChange event handler to take specific action when the DDE server updates the text for this DDE client item. The new value for the DDE client item can be found by reading the Lines or Text property. 

 

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