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