RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQL.OnSQLChanging Event

Occurs when the SQL query is being modified.

Pascal
property OnSQLChanging: TNotifyEvent;
C++
__property TNotifyEvent OnSQLChanging;

Write an OnSQLChanging event handler to take specific actions when a query is being modified. If an exception is raised in this event, the query is not changed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!