Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

<true>

<if> 要素の条件が真の場合に、一連のアクティビティを実行します。

Synopsis

<if condition="1">   <true>     ...   </true>   <false>     ...   </false> </if>

詳細

属性または要素 説明
namedisabledxposyposxendyend 属性 一般的な属性と要素” を参照してください。
<annotation> 要素
その他の要素 オプション。<true> には、<alert>、<assign>、<branch>、<break>、<call>、<code>、<continue>、<delay>、<empty>、<flow>、<foreach>、<if>、<label>、<milestone>、<reply>、<rule>、<scope>、<sequence>、<sql>、<switch>、<sync>、<throw>、<trace>、<transform>、<until>、<while>、<xpath>、および <xslt> をゼロ個以上、自由に組み合わせて使用できます。

説明

<true> 要素は、<if> 内で、条件が真の場合に実行する必要がある要素を収容するのに使用されます。

FeedbackOpens in a new tab