FireDAC.Comp.Client.TFDCustomMemTable.DefChanged

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomMemTable

Delphi

procedure DefChanged(ASender: TObject); override;

C++

virtual void __fastcall DefChanged(System::TObject* ASender);

Description

Event handler that updates the field definition.

FireDAC.Comp.Client.TFDCustomMemTable.DefChanged inherits from Data.DB.TDataSet.DefChanged. All content below this line refers to Data.DB.TDataSet.DefChanged.

Event handler that updates the field definition.

DefChanged is an event handler used to update the field definition when the definition is changed. The method is blank, so every descendant of TDataSet must implement it in a specific way.

See Also