Xbasic
RTF.CLASS Function
Syntax
class=Name as C = Class()
Description
The .CLASS() method returns the class of the object referenced by
Example
dim ptr as P
ptr = rtf.create("Alpha!")
? ptr.class()
= "Rtf"Limitations
Desktop applications only.
See Also