Web.DBWeb.THTTPDataLink.DataSetChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DataSetChanged; override;

C++

virtual void __fastcall DataSetChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTTPDataLink

Description

Informs the associated table producer of changes to the dataset.

Applications cannot call DataSetChanged directly. Changes to the contents of the dataset trigger this method automatically.

See Also