Web.DBWeb.THTTPDataLink.Modified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Modified;

C++

void __fastcall Modified();

Properties

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

Description

Tracks changes to the data that have not been written to the current record in the database.

Call Modified before changing the value of a field in the current record of the dataset. It is not necessary to call Modified if the changes are written directly to the field components indexed by the Fields property.

See Also