CFOBJECT | |||
Description
Creates a ColdFusion object, of a specified type.
|
|||
Category
Extensibility tags | |||
Syntax
The tag syntax depends on the object type. Some types use the type attribute; others do not. Choose one of the following entries from the drop down lists in this reference:
|
|||
See also
cfargument, cfcomponent, cffunction, cfinvoke, cfinvokeargument, cfproperty, cfreturn |
|||
History
New in ColdFusion MX: This tag, and the CreateObject function, can instantiate ColdFusion components (CFCs); you can use them within the cfscript tag. |