式言語


@GetComponentViewPreference

指定された構成要素のビューのプリファレンス値を返します。

メモ この @関数は R8.0.1 で新しく追加されました。

構文

@GetComponentViewPreference( PreferenceID )

パラメータ

PreferenceID


戻り値

preferenceValue


使用法

この @関数は Lotus Notes クライアントでのみ有効です。

PreferenceID が見つからない場合、@ERROR が返されます。エラーメッセージは「指定されたビューのプリファレンスは使用できません」です。

一般的な構成要素のビューのプリファレンス ID を次にいくつか示します。
com.ibm.portal.app.input.file
com.ibm.portal.app.input.name
com.ibm.rcp.extensionType
com.ibm.rcp.id
com.ibm.rcp.moveable
com.ibm.rcp.objectId
com.ibm.rcp.ratio
com.ibm.rcp.showTitle
com.ibm.rcp.standalone
com.ibm.rcp.title
com.ibm.rcp.viewId
com.ibm.rcp.visible
notesurl
portletname
portletwindowid

クロスリファレンス

LotusScript NotesUIWorkspace クラスの GetComponentViewPreference メソッド