Web.DBWeb.TDSTableProducerEditor.PostChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PostChange; virtual;

C++

virtual void __fastcall PostChange();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducerEditor

Description

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

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.

See Also