Creates a ColdFusion object, of a specified type.
Note: You can enable and disable this tag in the ColdFusion Administrator page, under ColdFusion Basic Security, Tag Restrictions.
The tag syntax depends on the object type. Some types use the type
attribute; others do not. See the following sections:
Note: On UNIX, this tag does not support COM objects.
cfargument,
cfcomponent,
cffunction,
cfinvoke,
cfinvokeargument,
cfproperty,
cfreturn
New in ColdFusion MX: This tag, and the CreateObject
function, can instantiate ColdFusion components (CFCs); you can use them within the cfscript
tag.