Data.DB.TField.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; virtual;

C++

virtual void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Generates an OnChange event.

Call the Change method to generate an OnChange event.

See Also