Web.DBWeb.THTTPDataLink.EditingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditingChanged; override;

C++

virtual void __fastcall EditingChanged();

Properties

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

Description

Ignores changes to the editing state of the dataset.

Applications cannot call EditingChanged directly. This method ignores changes to the editing state of the dataset, which are irrelevant to TDSTableProducer.

See Also