FORMULA LANGUAGE


@IsEmbeddedInsideWCT
Example

Indicates whether any part of the current Notes session is embedded inside of Workplace client.

Note This @function is new with Release 7.

Syntax

@IsEmbeddedInsideWCT

Return value

flag

Usage

This function allows you to globally enable or disable Notes UI elements depending on whether or not the Notes content is being viewed from within Workplace client.

You cannot use this function in Web applications.

Language cross-reference

IsEmbeddedInsideWCT property of the LotusScript NotesUIWorkspace class

Example