Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

PrintDialog.GetReverseOrder

Queries reverse order setting.

Component Version macOS Windows Linux Server iOS SDK
PrintDialog 11.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "PrintDialog.GetReverseOrder" )

Parameters

none

Result

Returns 1, 0, -1 or error.

Description

Queries reverse order setting.
Returns 1 if reverse order, 0 if normal and -1 if not defined.

Examples

Try functions:

Set Variable [ $r ; Value: MBS( "PrintDialog.SetReverseOrder"; 1 ) ]
Set Variable [ $r ; Value: MBS( "PrintDialog.GetReverseOrder" ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 7th January 2021, last changed 11st January 2021


PrintDialog.GetResetDestination - PrintDialog.GetTray

💬 Ask a question or report a problem