|
<< Click to Display Table of Contents >> Navigation: Classes > TIWHTMLTagCollection > Methods > AddScriptTag |
SIGNATURE=IWHTMLTag.TIWHTMLTagCollection.AddScriptTag@string@string
ETYPE=Method
Declaration:
Delphi: |
public function AddScriptTag(const ACode: string; const ANonce: string): TIWHTMLTag; |
C++: |
public: __fastcall TIWHTMLTag AddScriptTag(const String ACode, const String ANonce); |
Description: This is AddScriptTag, a member of class TIWHTMLTagCollection.