FireDAC.Comp.Script.TFDScript Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterExecutepublishedThe event is fired after the execution is finished.
AfterScriptpublishedThe event is fired after the script processing ends.
BeforeExecutepublishedThe event is fired before the execution starts.
BeforeScriptpublishedThe event is fired before the script processing starts.
OnConsoleGetpublishedThe event allows the end-user to enter a value.
OnConsoleLockUpdatepublishedThe event allows you to temporarily lock an end-user interface.
OnConsolePutpublishedThe event allows you to produce an end-user output.
OnErrorpublishedThe event fires if an error occurs while the script engine is communicating with a DBMS.
OnGetDeltaStreamsprotected
OnGetTextpublishedThe event fires when a script engine needs a reference to a stream.
OnHostCommandpublishedThe event fires when a script engine needs to execute external commands from the host OS.
OnPausepublishedThe event fires when a script engine needs to make a pause in the script execution.
OnProgresspublishedThe event is fired while a script engine is processing a script.
OnReleaseTextpublishedThe event fires when a script engine needs to release a reference to a stream.
OnSpoolPutpublishedThe event allows you to produce the trace output of a script execution.