@IsEmbeddedInsideWCT (式言語)

現在の Notes セッションが一部 Workplace client の内部に埋め込まれているかを表示します。

注: この @関数は Release 7 で新しく追加されました。

構文

@IsEmbeddedInsideWCT

戻り値

flag

Boolean 型

使用法

この関数を使用すると、Workplace client 内から Notes の内容を表示できるかどうかに応じて、Notes UI 要素をグローバルで有効または無効にできます。

Notes 8.0 Client の標準構成では True の値が返され、Notes 8.0 Client の基本構成では False の値が返されます。

この関数は、Web アプリケーションでは使用できません。

Notes の内容が Workplace client 内から表示できれば、Instant Messaging を使用します。そうでなければ、Sametime® を使用します。Instant Messaging と Sametime の両方を使用するアクションを作成し、現在の環境に適したアクションだけを表示します。

Sametime アクションの [非表示] タブにあるこの関数を使用すると、Notes の内容が Workplace client 内で開かれていれば、アクションが非表示になります。

@IsEmbeddedInsideWCT

Instant Messaging アクションの [非表示] タブにあるこの関数を使用すると、Notes の内容が Workplace client 内で開かれていなければ、スタンドアロン Notes 環境のアクションが非表示になります。

@Not(@IsEmbeddedInsideWCT)

クロスリファレンス

LotusScript® NotesUIWorkspace クラスの IsEmbeddedInsideWCT プロパティ