This method is called before the Export Options dialog is opened.
| Code Block |
|---|
Object.BeforeSetParams(toXFFtoSession, toParameters) |
Parameters
toXFFtoSession
he TThe handler of the XFF file that is being exportedXFXR#INIT object.
toParameters
The object containing the export options.
Remarks
XFRX vwrsion: 17.3.1
To prevent a export, return false (.F.) from the this event.
Applies To: Extension Handler
...