Data.DB.TField.Change

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

procedure Change; virtual;

C++

virtual void __fastcall Change();

Description

Generates an OnChange event.

Call the Change method to generate an OnChange event.

See Also