Data.DB.TFields.Changed

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

Delphi

procedure Changed;

C++

void __fastcall Changed();

Description

Generates an OnChange event.

Call the Changed method to generate an OnChange event.

See Also