Vcl.DBCtrls.TFieldDataLink.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
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TFieldDataLink

Description

Keeps track of changes made to the data for this field that are not yet written to the record in the dataset.

Call Modified when the Control for this TFieldDataLink begins processing edits.

See Also