<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>STRUCTKEYLIST</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">STRUCTKEYLIST</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
\̂L[o܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
L[̃XgBstructure ݂Ȃꍇ͗O܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
\̊֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>StructKeyList(structure [, delimiter])
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֘A</span>
<p>
\̊֐AwColdFusion MX JKChx̑35͂́uXML  WDDX ̎gpv ́uColdFusion XML IuWFNg̕ύXv
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">p[^</span>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">gp@</span>
<p>
\̂̃L[̓\[gĂ܂B 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span><pre>&lt;!--- ̗́AStructKeyList gpč\̂̃L[̃Xg쐬@Ă܂BStructNew 
֐gpč\̂쐬A[U[tH[tB[hɓ͂̒Ɋi[܂B ---&gt;
&lt;!--- ̃ZNVł́A\̂쐬A[M] {^ꂽǂ𒲂ׂ܂B 
ꂽꍇ́AtH[ɓ͂ꂽgpāAemployee \̂̃tB[h`܂B ---&gt;
&lt;cfset employee = StructNew()&gt; 
&lt;cfif Isdefined(&quot;Form.Submit&quot;)&gt;
   &lt;cfif Form.Submit is &quot;OK&quot;&gt;
      &lt;cfset employee.firstname = FORM.firstname&gt;
      &lt;cfset employee.lastname = FORM.lastname&gt;
      &lt;cfset employee.email = FORM.email&gt;
      &lt;cfset employee.phone = FORM.phone&gt;
      &lt;cfset employee.company = FORM.company&gt; 
   &lt;cfelseIf Form.Submit is &quot;Clear&quot;&gt;
      &lt;cfset rc = StructClear(employee)&gt;
   &lt;/cfif&gt;
&lt;/cfif&gt;    
&lt;html&gt;
&lt;head&gt;
   &lt;title&gt;StructKeyList ֐&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h3&gt;StructKeyList ֐&lt;/h3&gt;
&lt;h3&gt;Employees \̂̃L[̃Xg쐬&lt;/h3&gt;
&lt;p&gt; ̗ł́AStructNew ֐gpāA&quot;employee&quot; ƂO̍\̂쐬܂B́A]ƈ
i[邽߂̍\̂łBetB[hɊi[͉̃tH[œ͂܂B&lt;/p&gt;
&lt;p&gt;]ƈ\̂Ɋi[A&lt;b&gt;StructKeyList&lt;/b&gt; ֐gpāA\̂̃L[̃Xg쐬
܂B&lt;/p&gt;
&lt;p&gt;̃R[hł́Af[^x[Xɑ}@ɂĂ͎Ă܂B 
f[^x[Xւ̑}s@ɂẮAucfqueryvQƂĂB
&lt;hr size = &quot;2&quot; color = &quot;#0000A0&quot;&gt;
&lt;form action = &quot;structkeylist.cfm&quot;&gt;
&lt;table cellspacing = &quot;2&quot; cellpadding = &quot;2&quot; border = &quot;0&quot;&gt;
   &lt;tr&gt;
   &lt;td&gt;O :&lt;/td&gt;
   &lt;td&gt;&lt;input name = &quot;firstname&quot; type = &quot;text&quot; 
      value = &quot;&quot; hspace = &quot;30&quot; maxlength = &quot;30&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
   &lt;td&gt; :&lt;/td&gt;
   &lt;td&gt;&lt;input name = &quot;lastname&quot; type = &quot;text&quot; 
      value = &quot;&quot; hspace = &quot;30&quot; maxlength = &quot;30&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
   &lt;td&gt;dq[ :&lt;/td&gt;
   &lt;td&gt;&lt;input name = &quot;email&quot; type = &quot;text&quot; 
      value = &quot;&quot; hspace = &quot;30&quot; maxlength = &quot;30&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
   &lt;td&gt;dbԍ :&lt;/td&gt;
   &lt;td&gt;&lt;input name = &quot;phone&quot; type = &quot;text&quot; 
      value = &quot;&quot; hspace = &quot;20&quot; maxlength = &quot;20&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
   &lt;td&gt;Ж :&lt;/td&gt;
   &lt;td&gt;&lt;input name = &quot;company&quot; type = &quot;text&quot; 
      value = &quot;&quot; hspace = &quot;30&quot; maxlength = &quot;30&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
   &lt;td&gt;&lt;input type = &quot;submit&quot; name = &quot;submit&quot;       value = &quot;M&quot;&gt;&lt;/td&gt;
   &lt;td&gt;&lt;b&gt;tH[̑MAɃXN[      Xg\܂B&lt;/b&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;/table&gt;
&lt;/form&gt;
&lt;cfif NOT StructISEmpty(employee)&gt; 
   &lt;hr size = &quot;2&quot; color = &quot;#0000A0&quot;&gt; 
   &lt;cfset keysToStruct = StructKeyList(employee,&quot;&lt;li&gt;&quot;)&gt;
   &lt;p&gt;\̂̃L[ :&lt;/p&gt;
   &lt;ul&gt;
   &lt;li&gt;   &lt;cfoutput&gt;#keysToStruct#&lt;/cfoutput&gt;
   &lt;/ul&gt;
   &lt;p&gt;炪K؂ȃtB[hł΁AV]ƈ̏\łB 
K؂łȂꍇ́AAvP[V̏CĂB&lt;/p&gt;
&lt;/cfif&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="STRUCTURE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">STRUCTURE</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>\̂łB̒ɂL[̃Xgo܂B


  </td>
  </tr>
  </table>
</div>
<div id="DELIMITER">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">DELIMITER</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>IvVłBXg̃L[̋؂蕶w肵܂BftHgl̓J} (,) łB


  </td>
  </tr>
  </table>
</div>

  </body>
</html>
