User Guide
4 CFML Language Reference
CFMAILPARAM Attaches a file or adds a header to an email message.
CFMODULE Invokes a custom tag for use in your ColdFusion
application pages.
CFOBJECT Creates and uses COM, CORBA, or JAVA objects.
CFOUTPUT Displays output of database query or other operation.
CFPARAM Defines a parameter and its initial default value.
CFPOP Retrieves messages from a POP mail server.
CFPROCESSINGDIRECTIVE Suppresses extraneous white space, and other
output.
CFPROCPARAM Specifies parameter information for a stored procedure.
CFPROCRESULT Specifies a result set name that other ColdFusion tags use
to access the result set from a stored procedure.
CFQUERY Passes SQL to a database.
CFQUERYPARAM Reads, writes, and deletes keys and values in the system
registry.
CFREGISTRY Reads, writes, and deletes keys and values in the system
registry.
CFREPORT Embeds a Crystal Reports report.
CFRETHROW Rethrows the currently active exception.
CFSCRIPT Encloses a set of CFScript statements.
CFSEARCH Executes searches against data indexed in Verity
collections using CFINDEX.
CFSELECT Used in CFFORM to create a drop-down list box form
element.
CFSERVLET Executes a Java servlet on a JRun engine.
CFSERVLETPARAM Used to pass data to the Java servlet. CFSERVLETPARAM
is a child tag of CFSERVLET.
CFSET Defines a variable.
CFSETTING Define and control a variety ColdFusion settings.
CFML Tag Summary (Continued)
CFML Tag Description