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.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

TouchBar.Available

Checks whether TouchBar is available.

Component Version macOS Windows Linux Server iOS SDK
TouchBar 6.5 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "TouchBar.Available" )

Parameters

none

Result

Returns 1 or 0.

Description

Checks whether TouchBar is available.
Returns 1 on macOS 10.12.1 with TouchBar support (or newer).
The value 1 does not mean that there is a TouchBar, just the software to handle it.
But 0 clearly says that there is none.

Examples

Check touchbar:

If [ MBS( "TouchBar.Available" ) ]
    Show Custom Dialog [ "TouchBar" ; "Is available and may be installed." ]
Else
    Show Custom Dialog [ "TouchBar" ; "Is not available." ]
End If

See also

Example Databases

This function is free to use.

Created 1st November 2016, last changed 30th December 2022


TouchBar.AssignToWindow - TouchBar.Clear

💬 Ask a question or report a problem