IsObject

"-->
 IsObject (value [, type [, ... ]]) 

Description

Checks to see if a value is an object and returns true or false. Types include Component, java, corba, com, webservice, and template. Returns false for query and XML objects.

Example

 <cfscript>  <exampleObject=CreateObject("Component", "exampleCFC");>  </cfscript>  <cfoutput>  Is the above example a component object: #IsObject(exampleObject, component)#  </cfoutput>  


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net