Icon OnGetParams Event

property OnGetParams: TNotifyEvent

Usage

The OnGetParams event is fired before the execution of any SQL statement using the ExecSQL or Open method, but after the SQL statement is prepared. This event gives the application an opportunity to dynamically populate parameters in an SQL statement prior to the SQL statement being executed. This event is especially useful for scripts that contain multiple parameterized SQL statements.
Image