|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Properties > HTMLHeaders |
Use this property to add custom tags to the headers of your IntraWeb forms. When you add some content to this property, all IntraWeb forms will include it when rendered.
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.HTMLHeaders
ETYPE=Property
Declaration:
Delphi: |
published property HTMLHeaders: TStringList; |
C++: |
__published: __property TStringList HTMLHeaders; |
Description: This is HTMLHeaders, a member of class TIWServerControllerBase.