OnStartExport(ObjectCount: Integer);
OnStartExport(ObjectCount: integer);
ObjectCount. Number of exported objects.
The OnStartExport method implements an event that occurs on exporting the mobile application.
The event that occurs after exporting the mobile application is implemented by the IMobileApplicationPublishCallBack.OnEndExport method.
The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.
See also: