RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducerEditor.Changed Method

Provides the interface for a method that responds to change notifications from the TDSTableProducer object.

Pascal
procedure Changed; virtual;
C++
virtual __fastcall Changed();

The Changed method for TDSTableProducerEditor does nothing. It exists so that descendants of TDSTableProducerEditor can perform any necessary updates when the TDSTableProducer object changes. TDSTableProducer calls Changed when any of its properties change. 

 

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