AllowGZip

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCompressionOptions > Properties >

AllowGZip

When True, will use GZip algorithm when browser accepts it (all major browsers do). This is the preferred compression algorithm. Default is True.

 

SIGNATURE=IWCompressionOptions.TIWCompressionOptions.AllowGZip

 

ETYPE=Property

 

Declaration:

Delphi:

published property AllowGZip: Boolean;

C++:

__published: __property bool AllowGZip;

 

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