API: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

Responds to changes in the editing state of the data source.

Web.DBWeb.THTTPDataLink.EditingChanged inherits from Data.DB.TDataLink.EditingChanged. All content below this line refers to Data.DB.TDataLink.EditingChanged.

Responds to changes in the editing state of the data source.

The EditingChanged method defined by TDataLink merely provides an interface for a method that can respond to changes in the editing state of the data source. EditingChanged is called immediately after the Editing property has changed its value. Derived objects that do not need to respond to such changes can allow the inherited method to ignore them.

See Also