ContainsItem はコレクション内の項目を調べます
Sorted dictionary コレクション (PRIM_SDCO) のメンバ
名前 | タイプ | データ タイプ | 記述 |
---|---|---|---|
Result | *Result (任意) | ブール値 | Result パラメータ |
Item | *Input | PRIM_OBJT | Item パラメータ |
Item パラメータで指定された参照がコレクションに格納されている場合、 ContainsItem は True を返します。
In this example, a button is shown or hidden based on the result of the ContainsItem method.
#Button.Visible := #Collection.ContainsItem(#Item)
2018 - V14SP1