Web.DBWeb.THTTPDataLink.UpdateData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateData; override;

C++

virtual void __fastcall UpdateData();

Properties

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

Description

Discards requests to post changes to the dataset.

TDSTableProducer produces an HTML image of a dataset. It is not a control that can be used to edit the data in the dataset. UpdateData discards requests sent through the data source to post edits to the dataset.

See Also