System.Zip.TZipFile.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName[Index: Integer]: string read GetFileName;

C++

__property System::UnicodeString FileName[int Index] = {read=GetFileName};

Properties

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

Description

Provides access to a file name, contained by this .zip file, at an index specified by Index.

See Also