Bde.DBTables.TTable.DefChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefChanged(Sender: TObject); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

Description

Event handler that updates the field definition.

Bde.DBTables.TTable.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