<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>STRUCTDELETE</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">STRUCTDELETE</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>
\̂vf폜܂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>
u[lBindicatenotexisting p[^̒lɂĈقȂ܂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>StructDelete(structure, key [, indicatenotexisting ])
</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">qXg</span>
<p>
ColdFusion&#160;MX: ̕ύX : ̊֐́AXML IuWFNgɎgpł܂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">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"></span><pre>&lt;h3&gt;StructDelete ֐&lt;/h3&gt;
&lt;!--- ̃y[W𓮍삳ɂ́AŜ͂ރRg폜ĂB
&lt;p&gt;̗ł́AStructInsert ֐ StructDelete ֐gp܂B 
&lt;!--- p[^̏lݒ ---&gt;
&lt;cfparam name = &quot;firstname&quot; default = &quot;Mary&quot;&gt;
&lt;cfparam name = &quot;lastname&quot; default = &quot;Sante&quot;&gt;
&lt;cfparam name = &quot;email&quot; default = &quot;msante@allaire.com&quot;&gt;
&lt;cfparam name = &quot;phone&quot; default = &quot;777-777-7777&quot;&gt;
&lt;cfparam name = &quot;department&quot; default = &quot;Documentation&quot;&gt; 

 &lt;cfif IsDefined(&quot;FORM.Delete&quot;)&gt;
     &lt;cfoutput&gt;
     폜tB[h : #form.field#
    &lt;/cfoutput&gt;
    &lt;p&gt;
    &lt;CFScript&gt;
       employee = StructNew();
       StructInsert(employee, &quot;firstname&quot;, firstname);
       StructInsert(employee, &quot;lastname&quot;, lastname);
       StructInsert(employee, &quot;email&quot;, email);
       StructInsert(employee, &quot;phone&quot;, phone);
       StructInsert(employee, &quot;department&quot;, department); 
    &lt;/CFScript&gt;
     폜O employee \̂̓e : 
    &lt;cfdump var=&quot;#employee#&quot;&gt;
    &lt;br&gt;
    &lt;cfset rc = StructDelete(employee, &quot;#form.field#&quot;, &quot;True&quot;)&gt;
    &lt;cfoutput&gt;
       &quot;#form.field#&quot; tB[h폜łǂɂāAR[ȟ͎ʂԂ܂ : #rc#&lt;br&gt;
        ݂ employee \̂̓e : &lt;br&gt;
        &lt;cfdump var=&quot;#employee#&quot;&gt;
        &lt;br&gt;
   &lt;/cfoutput&gt;
&lt;/cfif&gt;
&lt;br&gt;&lt;br&gt;
&lt;form method=&quot;post&quot; action = &quot;#CGI.Script_Name#&quot;&gt;
   &lt;p&gt;폜tB[hw肵ĂB&amp;nbsp;
   &lt;select name = &quot;field&quot;&gt;
   &lt;option value = &quot;firstname&quot;&gt;first name
   &lt;option value = &quot;lastname&quot;&gt;last name
   &lt;option value = &quot;email&quot;&gt;email
   &lt;option value = &quot;phone&quot;&gt;phone
   &lt;option value = &quot;department&quot;&gt;department
   &lt;/select&gt;
   &lt;input type = &quot;submit&quot; name = &quot;Delete&quot; value = &quot;폜&quot;&gt;
&lt;/form&gt;
̃y[W𓮍삳ɂ́ÃRg폜ĂB ---&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>\́A܂͍\̂܂łϐłB̗̒vf폜܂B


  </td>
  </tr>
  </table>
</div>
<div id="KEY">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">KEY</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>폜vfłB


  </td>
  </tr>
  </table>
</div>
<div id="INDICATENOTEXISTING">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">INDICATENOTEXISTING</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>

<ul>

<li>true: key ݂ꍇ yesA݂Ȃꍇ no ԂƂw肵܂B</li>

<li>false: key ݂邩ǂɂ炸 yes ԂƂw肵܂ (ftHg)B</li>
</ul>


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

  </body>
</html>
