@IsInCompositeApp (Formula Language)

Indicates whether the component is running within a composite application.

Note: This function is new in release 8.0.1

Syntax

@IsInCompositeApp

Return value

flag

Boolean

  • Returns 1 (True) if the current component is running within a composite application.
  • Returns 0 (False) if the current component is not running within a composite application.

Usage

This function is only valid in the Notes® client.

Examples

This example returns true if the current component is in a composite application.
@IsInCompositeApp