Name

IsObject

Synopsis

                  
                  IsObject(value)

Returns true if value is an object of type COM, CORBA, Java, ColdFusion Component, or web service. Example:

<cfset x=1>
<cfobject type="Java" action="Create" name="FileReader" class="java.io.FileReader">
   
<cfoutput>
Is x an object? #IsObject(x)#<br>
Is FileReader an object? #IsObject(FileReader)#
</cfoutput>

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.