AllowDeflate

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCompressionOptions > Properties >

AllowDeflate

When True, will use Deflate algorithm when browser accepts it (all major browsers do). In general it performs a little better than GZip. however Internet Explorer has a bug and it might fail to decode it properly. Don't set AllowGZip to false leaving AllowDeflate to True, unless there are no IE clients. Default is True.

 

SIGNATURE=IWCompressionOptions.TIWCompressionOptions.AllowDeflate

 

ETYPE=Property

 

Declaration:

Delphi:

published property AllowDeflate: Boolean;

C++:

__published: __property bool AllowDeflate;

 

Description: This is AllowDeflate, a member of class TIWCompressionOptions.