System.Zip.TZipFile.UTF8Support

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UTF8Support: Boolean read FUTF8Support write SetUTF8Support default True;

C++

__property bool UTF8Support = {read=FUTF8Support, write=SetUTF8Support, default=1};

Properties

Type Visibility Source Unit Parent
property public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

Description

Specifies whether the file comments for this TZipFile provide support for UTF-8 encoding.

The default value for UTF8Support is True.

Note: The .zip file must be empty in order to modify this property. If the .zip file is not empty, an EZipException is raised.

See Also