MMQuery

Query your databases without relationships.

<- Back to MMQuery function list

MMQuery_LayoutExists

Description

This function checks for the Existence of a Layout in the current Database File. The parameter is the Name of the Layout to look for.

Return Type
Number (1=True, 0=False)
Format
MMQuery_LayoutExists ( LayoutName )
Required Parameters
  • LayoutName

    The Name of the Layout to search for.

Related Items
MMQuery_GetLayoutFieldNames, MMQuery_GetLayoutIDs, MMQuery_GetLayoutNames
Example

Code:

MMQuery_LayoutExists("ZLayout")

Result:

Returns 1 when a Layout Named "ZLayout" exists in the current Database File.