Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

評価がTrueの時にウェブレットが非表示になる式です。

デフォルト値

False() - ウェブレットは常に表示されます。

有効値

true()、false() 、もしくは、true() か false()を返す有効な式

次の例はフィールド#STD_FLAGが 'X'と等しい場合にウェブレットを非表示にします。式は入力されなくてはいけません。またプロパティにフォーカスがある時、以下のように表示されます。

Image Added

プロパティがフォーカスを失うと、この式は以下のように表示されます。

An expression which, if evaluated to be True, will hide the weblet.

Default value

false() – the weblet will always be shown

Valid values

True(), False() or any valid expression that returns True or False.

Example

This example will hide the weblet if field #STD_FLAG is equal to 'X'. The expression should be entered, and is shown when the property has focus, as follows:

Image Removed
When the property loses focus, the expression is shown as follows: