|
This method has been deprecated and should not be used in Profile versions v6.4 and above. Use the Object.exists method instead. |
Class: Class
Description
This method returns an indication of whether a class is valid.
Syntax
Class.isValid(Object objectName)
Parameters
objectName |
A valid class name. |
Returns
A Boolean:
1 if the object is valid.
0 if the object is not valid.
When Became Available
v6.0
Example
if Class.isValid(dep) quit