System †Method †addContextMenuHandler? †コンテキストメニューにメニュー項目を追加します function addContextMenuHandler( caption, type, handler ); パラメータ
addKeyBindingHandler? †ショートカットキーを追加します function addKeyBindingHandler( keyCode, option, handler ); パラメータ
Hint
addGestureHandler? †メニューバー部分のジェスチャを追加します function addGestureHandler( gesture, handler ); パラメータ
Hint
Supported API Level addOpenUrlHandler? †URLを開く際に画像プレビューするかどうかを処理するハンドラを追加します function addOpenUrlHandler( handler ); パラメータ
戻り値 Hint
Supported API Level alert †OKボタンだけを持つダイアログを表示します function alert( message ); パラメータ
openUrl †デフォルトのブラウザでURLを開きます function openUrl( url ); パラメータ
showMessage †MessageBox?関数を呼び出します。 Number showMessage( body, // メッセージボディ title, // メッセージタイトル type // ダイアログタイプ ); パラメータ
戻り値 launchApplication †指定したアプリケーションを起動します function launchApplication( file, cmdLine, show ); パラメータ
inputBox †テキストエリアを持つダイアログを表示します function inputBox( caption, default, ime ); パラメータ
戻り値 Hint
showNotice †画面上部にメッセージを表示します function showNotice( message ); パラメータ
setActiveProfile? †API 22以降はactiveProfile プロパティを使用してください。 function setActiveProfile( profileId ); パラメータ
Supported API Level openPreview †イメージプレビューウィンドウを表示します function openPreview( baseUrl, // 基準URL extendUrl // 拡張URL ); パラメータ
Supported API Level getPreviewUrl? †プレビュー先URLを内蔵エンジンを用いて解決した結果を取得します。 function getPreviewUrl( baseUrl // 基準URL ); パラメータ
戻り値 Supported API Level setTimeout †ワンショットタイマを生成します function setTimeout( callback, timespan ); パラメータ
Hint 待ち時間は1ms以上で設定できますが、コールバック呼び出し時にスレッド境界のマーシャリングを行うため、そんなに精度は高くないです。 戻り値 Supported API Level clearTimeout †setTimeoutで設定したタイマを解除します function clearTimeout( timerId ); パラメータ
Hint SUpported API Level addEventListener? †イベントリスナを登録する function addEventListener( eventName, handler ); パラメータ
Hint Supported API Level removeEventListener? †イベントリスナを登録から解除する function removeEventListener( eventName, handler ); パラメータ
Supported API Level taskDialog †Windows Vista以降のTaskDialog?関数を呼び出します function taskDialog( title, instruction, content, buttons, icon ); パラメータ
引数の詳細はMSDN*4を参照してください。 戻り値 Supported API Level openWindowMenu? †ウィンドウメニュー(メニューバーの右から2個目のボタン)を表示する function openWindowMenu(); Supported API Level openOptionsMenu? †ウィンドウメニュー(メニューバーの右から2個目のボタン)を表示する function openOptionsMenu(); Supported API Level Property †systemInfo †実行中の環境を取得します 戻り値 0: PC x86 1: PC x64 2: PC ia64 3: CE Intel 4: CE MIPS 5: CE SHx 6: CE ARM Supported API Level applicationPath †Azurea.exeのフルパスを取得します 戻り値 Supported API Level views †views Objectを取得します System.views Supported API Level settings †settings Objectを取得します System.settings apiLevel †API Levelを取得します。 Supported API Level clipboard †クリップボードに格納されているテキストを設定・取得します Supported API Level isActive †メインウィンドウがアクティブであればtrue、そうでなければfalseを返します。 media †media Objectを取得します。System.media Supported API Level activeProfile †現在選択されているプロファイルIDを設定・取得します。
Supported API Level Event †quit †終了時に呼び出されます。 プロトタイプ function handler(); |