IBX.IBSQL.TIBSQL.OnSQLChanging

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnSQLChanging: TNotifyEvent read FOnSQLChanging write FOnSQLChanging;

C++

__property System::Classes::TNotifyEvent OnSQLChanging = {read=FOnSQLChanging, write=FOnSQLChanging};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Beschreibung

Wird nur bei einer Änderung der SQL-Abfrage ausgelöst.

Schreiben Sie eine Ereignisbehandlungsroutine für OnSQLChanging, die bestimmte Aktionen auslöst, wenn eine Abfrage geändert wird. Löst dieses Ereignis eine Exception aus, wird die Abfrage nicht geändert.