IMobileApplicationPublishCallBack.OnStartExport

Fore Syntax

OnStartExport(ObjectCount: Integer);

Fore.NET Syntax

OnStartExport(ObjectCount: integer);

Parameters

ObjectCount. Number of exported objects.

Description

The OnStartExport method implements an event that occurs on exporting the mobile application.

Comments

The event that occurs after exporting the mobile application is implemented by the IMobileApplicationPublishCallBack.OnEndExport method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.

See also:

IMobileApplicationPublishCallBack