Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a string representation of the instance of the FormTreeItem class.
Syntax
public str toString()
Run On
Client
Return Value
Type: str
A string that contains a description of the instance of the FormTreeItem class.
Remarks
The default implementation returns the class name of the object. The method can be overridden in a derived class to return values that are meaningful for that type.
Examples
The following example shows how to use the toString method.
print objFormTreeItem.toString();