過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > getCurrentIteratorElement (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

getCurrentIteratorElement (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップString getCurrentIteratorElement(String iteratorHandle)

説明

Returns the name of the current object found in the iterator identified by the iterator handle.

iteratorHandle is the handle to an iterator previously created with one of the getIterator methods.

Repeated calls to getCurrentIteratorElement will always return the same object name.

This method can be used with either the webtop script applet or the webtop tray applet.

過去のコマンド構文またはプログラムコードのスキップcurrent = applet.getCurrentIteratorElement(iterator);

Returns the current object for the iterator handle named.

関連トピック