Sorted dictionary コレクション - ContainsItem メソッド

ContainsItem はコレクション内の項目を調べます

Sorted dictionary コレクション (PRIM_SDCO) のメンバ

パラメーター

名前タイプデータ タイプ記述
Result*Result (任意)ブール値Result パラメータ
Item*InputPRIM_OBJTItem パラメータ

詳細

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