Datasnap.DSProxyDispatcher.TDSProxyDispatcher.CreateZipFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateZipFile(LanguageRequiredFiles, Filename: string);

C++

void __fastcall CreateZipFile(System::UnicodeString LanguageRequiredFiles, System::UnicodeString Filename);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher

Description

Creates a "language".zip file to be downloaded by the client.

CreateZipFile creates a "language".zip file to be downloaded by the client. The zip file is needed when the server has to generate a proxy for a specific language or platform.

The LanguageRequiredFiles parameter represents the directory specific to the language for which the proxy is generated.

The Filename parameter represents the output file.

See Also