FireDAC.Comp.Client.TFDRdbmsDataSet.OnCommandChanged
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDRdbmsDataSet |
Delphi
property OnCommandChanged: TNotifyEvent read GetOnCommandChanged write SetOnCommandChanged;
C++
__property System::Classes::TNotifyEvent OnCommandChanged = {read=GetOnCommandChanged, write=SetOnCommandChanged};
Description
Fires after the SQL property value is changed.
The OnCommandChanged event fires after the SQL command text value is changed:
- For TFDQuery - after SQL is changed.
- For TFDStoredProc - after StoredProcName is changed.
- For TFDTable - after TableName is changed.