API:System.Zip.TZipFile.IsValid

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function IsValid(const ZipFileName: string): Boolean; overload; static;
class function IsValid(Stream: TStream): Boolean; overload; static;

C++

static bool __fastcall IsValid(const System::UnicodeString ZipFileName)/* overload */;
static bool __fastcall IsValid(System::Classes::TStream* Stream)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。