UTF-8に単純変換

This commit is contained in:
Takenori Imoto
2016-09-08 17:35:30 +09:00
parent 8713024d66
commit 0532684298
641 changed files with 22561 additions and 21149 deletions

View File

@@ -5,51 +5,51 @@
<!-- generated by to_html.pl from f_System.xml -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<title>inputString - �������̓���</title>
<title>inputString - 文字列の入力</title>
<meta name="author" content="W.Dee" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link href="funcref.css" type="text/css" rel="stylesheet" title="�N���X���t�@�����X�p�W���X�^�C��" />
<link href="funcref.css" type="text/css" rel="stylesheet" title="クラスリファレンス用標準スタイル" />
<link href="mailto:[email protected]" rev="Made" />
<link href="index.html" target="_top" rel="Start" title="�g�b�v�y�[�W" />
<link href="f_System.html" title="System�N���X" rel="Parent" />
<link href="index.html" target="_top" rel="Start" title="トップページ" />
<link href="f_System.html" title="Systemクラス" rel="Parent" />
</head>
<body>
<h1><span class="fheader"><a name="top" id="top">System.inputString</a></span></h1><div class="para"><div>
<dl>
<dt>�@�\/�Ӗ�</dt>
<dt>機能/意味</dt>
<dd>
�������̓���</dd>
<dt>�^�C�v</dt>
文字列の入力</dd>
<dt>タイプ</dt>
<dd>
<a class="jump" href="f_System.html">System�N���X</a>�̃��\�b�h<br />
<a class="jump" href="f_System.html">Systemクラス</a>のメソッド<br />
</dd>
<dt>�\��</dt>
<dt>構文</dt>
<dd>
<span class="funcdecl">inputString(<span class="arg">caption</span>, <span class="arg">prompt</span>, <span class="arg">initialString</span>)</span><br />
</dd>
<dt>����</dt>
<dt>引数</dt>
<dd>
<table rules="all" frame="box" cellpadding="3" summary="inputString �̈���">
<table rules="all" frame="box" cellpadding="3" summary="inputString の引数">
<tr><td valign="top"><span class="argname">caption</span></td>
<td> �@�E�B���h�E�̃L���v�V�����Ƃ��ĕ\�����镶�������w�肵�܂��B<br />
<td>  ウィンドウのキャプションとして表示する文字列を指定します。<br />
</td></tr>
<tr><td valign="top"><span class="argname">prompt</span></td>
<td> �@�E�B���h�E�̃v�����v�g ( ���͂��Ñ����邽�߂Ƀ��[�U�ɕ\�����镶���� )
���w�肵�܂��B<br />
<td>  ウィンドウのプロンプト ( 入力を催促するためにユーザに表示する文字列 )
を指定します。<br />
</td></tr>
<tr><td valign="top"><span class="argname">initialString</span></td>
<td> �@���̓E�B���h�E�ɂ��炩���ߕ\�����Ă������������w�肵�܂��B<br />
<td>  入力ウィンドウにあらかじめ表示しておく文字列を指定します。<br />
</td></tr>
</table>
</dd>
<dt>�߂��l</dt>
<dt>戻り値</dt>
<dd>
<result>���͂��ꂽ�����񂪖߂��܂��B�L�����Z�����ꂽ�ꍇ�� void ���߂��܂��B</result></dd>
<dt>����</dt>
<result>入力された文字列が戻ります。キャンセルされた場合は void が戻ります。</result></dd>
<dt>説明</dt>
<dd>
�@�����������͂��邽�߂̃E�B���h�E���J���A���[�U��<a class="targanchor" name="id331" id="id331">�������̓���</a>�����߂܂��B<br />
�@�E�B���h�E�̓��[�_���ŕ\�������܂� ( �‚܂��A�\�����͑��̃E�B���h�E�͑����ł��Ȃ� )�B<br />
 文字列を入力するためのウィンドウを開き、ユーザに<a class="targanchor" name="id331" id="id331">文字列の入力</a>を求めます。<br />
 ウィンドウはモーダルで表示されます ( つまり、表示中は他のウィンドウは操作できない )。<br />
</dd>
</dl>
</div></div>