CreateScriptTag

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWHTMLTagCollection > Methods >

CreateScriptTag

SIGNATURE=IWHTMLTag.TIWHTMLTagCollection.CreateScriptTag@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class function CreateScriptTag(const ACode: string; const ANonce: string = ''): TIWHTMLTag;

C++:

public: __fastcall TIWHTMLTag CreateScriptTag(const String ACode, const String ANonce = "");

 

Description: TIWHTMLTagCollection