FireDAC.Comp.Client.TFDRdbmsDataSet.OnCommandChanged
Révision datée du 13 août 2013 à 06:56 par Diala (discussion | contributions) (1 version : Files from External Translator - August 6, 2013 TP - LOC-12800)
Delphi
property OnCommandChanged: TNotifyEvent read GetOnCommandChanged write SetOnCommandChanged;
C++
__property System::Classes::TNotifyEvent OnCommandChanged = {read=GetOnCommandChanged, write=SetOnCommandChanged};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| event | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDRdbmsDataSet |
Description
Se déclenche dès que la valeur de la propriété SQL a changé.
L'événement OnCommandChanged se déclenche dès que la valeur texte de la commande SQL a changé :
- Pour TFDQuery - après la modification de SQL.
- Pour TFDStoredProc - après la modification de StoredProcName.
- Pour TFDTable - après la modification de TableName.