|
<< Click to Display Table of Contents >> Navigation: Constants > gHtmlEnd |
SIGNATURE=IWGlobal.gHtmlEnd
ETYPE=Constant
Declaration:
Delphi: |
gHtmlEnd = '</form>' + EOL + '</body>' + EOL + '</html>'; |
C++: |
gHtmlEnd = '</form>' + EOL + '</body>' + EOL + '</html>'; |
Unit: IWGlobal.pas
Description: This is constant IWGlobal.gHtmlEnd.