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  

FM.LayoutIDForLayoutName

Queries the ID for layout with given name.

Component Version macOS Windows Linux Server iOS SDK
FM 10.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "FM.LayoutIDForLayoutName"; LayoutName { ; FileName } )   More

Parameters

Parameter Description Example Flags
LayoutName The name of the layout. "Test"
FileName The name of the file to look inside.
If empty, we default to current file.
Optional

Result

Returns number or error.

Description

Queries the ID for layout with given name.

Examples

Query ID for contacts layout:

MBS( "FM.LayoutIDForLayoutName"; "Contacts" )

Release notes

Blog Entries

This function is free to use.

Created 8th April 2020, last changed 8th April 2020


FM.IsMainThread - FM.LayoutNameForLayoutID

💬 Ask a question or report a problem