System.Zip.TZipFile.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TZipMode read FMode;

C++

__property TZipMode Mode = {read=FMode, nodefault};

Properties

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

Description

Property of type TZipMode that indicates how this TZipFile is opened.

See Also