Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
AVExport.Release
Frees the session.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
AVExport | 6.1 | Yes | No | Yes, macOS only | No | No |
MBS( "AVExport.Release"; AVExportSession )
Parameters
Parameter | Description | Example value |
---|---|---|
AVExportSession | The session reference number. | $AVExport |
Result
Returns OK or error.
Description
Frees the session.All memory is released.
Please call this when you are done with the export.
Examples
Release export session:
Set Variable [$r; Value:MBS("AVExport.Release"; $$AVExport)]
Set Variable [$$AVExport; Value:""]
See also
Example Databases
AVExport.Progress - AVExport.SetOutputFileType
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins