Xファンクションビルダの表ビューにコントロールパートがあります。大文字小文字の区別はありません。
| 使用方法 | データ型 | 制御 | 詳細 |
|---|---|---|---|
| チェックボックス | int | 0|1 | サンプル |
| コンボボックス | int | string1|string2|string3 | サンプル |
| ラジオボタン | int | radio:string1|string2|string3 | サンプル |
| スライダー | int/double | slider:start|end|nstep | サンプル |
| カラーリスト(0オフセット) | int | colorlist | サンプル |
| カスタムカラー付きカラーリスト(1オフセット) | int | color0 | サンプル |
| パスワード、入力を暗号化 | int/double/string | password | サンプル |
| ボタン | int | button:button1|button2|button3 | サンプル |
| フォルダ選択のダイアログを開くボタン | string | ...path, ...path2 | サンプル |
| 保存ダイアログを開くボタン | string | ...save: extension group name; ...save:[description (*.ext)] *.ext | サンプル |
| 指定した設定を使用したファイルを開くダイアログのボタン | string | ...file(s): extension group name; ...file(s):[description (*.ext)] *.ext | サンプル |
| 対応するOriginオブジェクト選択のダイアログを開くボタン | string | ...column(s); ...graph(s); ...matrix/matrices; ...report(s); ...sheet(s) | Example1, Example2, Example3 |
| ボタン付きの一行の編集ボックス | string | button text..users | サンプル |
| ボタン付きの複数行の編集ボックス | string | button text..user | サンプル |
| ボタン付きコンボボックス | string | button text..user|:|string1|string2|string3 | サンプル |