MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 203

Cfml language reference
Table of Contents

Advertisement

Chapter 1: ColdFusion Tags
Usage
If you delete a key, CFREGISTRY also deletes values and subkeys defined beneath the
key.
Example
<!--- This example uses CFREGISTRY with the Delete Action to remove
a key from the registry
<HTML>
<HEAD>
<TITLE>CFREGISTRY ACTION="Delete"</TITLE>
</HEAD>
<BODY>
<CFREGISTRY ACTION="Delete"
BRANCH="HKEY_LOCAL_MACHINE\Software\cflangref\tempkey"
ENTRY="LastCFM01">
<H1>CFREGISTRY ACTION="Delete"</H1>
</BODY>
</HTML>
--->
179

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents