<< Click to Display Table of Contents >> マニュアル > コントロールリファレンス > 全コントロール共通 > 共通メソッド > OpenCommonDialog |
コモンダイアログを開く(カスタマイズ用)。
構文1 OpenCommonDialog( "RCMsg", "SetInfo", msg )
メッセージボックスを開きます。OpenMsgと同じです。
パラメータ
戻り値
|
構文2 OpenCommonDialog ( "RCYesNoMsg", "SetInfo", target, msg )
Yes/Noボタンを持ったメッセージボックスを開きます。OpenYesNoMsgと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
構文3 OpenCommonDialog ( "RCYesNoCancelMsg", "SetInfo", target, msg )
Yes/No/Cancelボタンを持ったメッセージボックスを開きます。OpenYesNoCancelMsgと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
構文4 OpenCommonDialog ( "RCPassword", "SetInfo", target, password, mode )
パスワード設定ダイアログを開きます。OpenPasswordと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
構文5 OpenCommonDialog ( "RCNumKey", "SetInfo", target, text, texttype, textformat )
数値キーボードを開きます。OpenNumKeyと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
構文6 OpenCommonDialog ( "RCNumKey", "SetInfoEdit", target )
エディットボックス専用の数値キーボードを開きます。OpenNumKeyEditと同じです。
パラメータ
戻り値
|
構文7 OpenCommonDialog ( "RCTextKey", "SetInfo", target, text, texttype, textformat )
テキストキーボードを開きます。OpenTextKeyと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
構文8 OpenCommonDialog ( "RCTextKey", "SetInfoEdit", target )
エディットボックス専用のテキストキーボードを開きます。OpenTextKeyEditと同じです。
パラメータ
戻り値
|
構文9 OpenCommonDialog ( "RCCalendar", "SetInfo", target, startdate, enddate, selectarea )
カレンダーダイアログを開きます。OpenCalendarと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
構文10 OpenCommonDialog ( "RCFormMap", "SetFormMap", form )
フォームマップダイアログを開きます。OpenFormMapと同じです。
パラメータ
戻り値
|
構文11 OpenCommonDialog ( "RCColor", "SetInfo", target, color, bClearColor )
色選択ダイアログを開きます。OpenColorと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
構文12 OpenCommonDialog ( "RCSearch", "SetInfo", target, searchDatas, title, separator, allText, selectedData, searchText, selectedCategory, selectedSubCategory, selectedSubsubCategory )
検索選択ダイアログを開きます。OpenSearchと同じです。
パラメータ
戻り値
<OnCommonEvent>
|
サポート対象
参照
|