TScriptEvent = procedure(Sender: TObject; Const Name, Language, Script: String;
The TScriptEvent type points to a method that might process the contents of a <script> ... </script> HTML tag sequence. Name and Language are the Name= and Language= attributes recovered from the <script> tag and Script is the entire text between the tags.
See also: