RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducerEditor.PostChange Method

Provides an interface for a method that responds to update notifications from the columns of a TDSTableProducer object.

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

The PostChange method for TDSTableProducerEditor does nothing. It exists so that descendants of TDSTableProducerEditor can perform any necessary updates when the columns of the TDSTableProducer object change. THTMLTableColumns calls PostChange when its columns are changed. 

 

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