Documentation Center

PassoloApp.OnProcessUserFile

This handler is called in order to process file formats which are not supported by Passolo itself. Implementing this handler, makes it possible to process text files like Java Property files or databases. The object ResData is used to exchange data with Passolo.

In the Programmers Reference you find a complete example which demonstrates the processing of INI-files. For further information refer to object PslResData.

Syntax

OnProcessUserFile (ResData as PslResData)

ResData This object is used to exchange data with the Passolo application.