FORMULA LANGUAGE
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
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.
The Notes 8.0 Standard client returns a value of True, and the Notes 8.0 Basic client returns a value of False.
You cannot use this function in Web applications.
Language cross-reference
IsEmbeddedInsideWCT property of the LotusScript NotesUIWorkspace class
Example