RAD Studio VCL Reference
ContentsIndex
TSQLStoredProc Members Published Events
Published Events
 
Name 
Description 
 
Occurs after a data source connection is closed. 
 
Occurs after the connection to a data source is opened. 
 
Occurs after a DataSet has been changed and is refreshed. 
 
Occurs after a result set is scrolled. 
 
Occurs just before a data connection is closed. 
 
Occurs just before a data connection is opened, but after an open operation has been initiated. 
 
Occurs before a DataSet refresh occurs. 
 
Occurs when a DataSet scroll operation has been initiated but before the scrolling actually takes place. 
 
Occurs when calculated or derived fields are updated. 
 
Occurs when an application attempts to parse the DELETE statement stored in the CommandText property. 
 
Occurs when an application attempts to parse the INSERT statement stored in the CommandText property. 
 
Occurs when an application attempts to parse the SELECT statement specified in the CommandText property. 
 
Occurs when an application attempts to parse a SQL UPDATE statement stored in the CommandText property. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.