class
Purpose:
Finds out the class of an object.
Return Values:
Returns name of object's class in form of a string.
Example:
input: | resulting output:
|
<? class(emptytuple)> | Object |
<def myownclass; inherit object; return this; /def>
<? class(myownclass())> |
myownclass |
<? class(this)> | page |
<? class(parent)> | table.tr.td |
Example:
input: | resulting output:
| <defenv myownenv; inherit object;
defbody;
/defenv>
<myownenv><? class(parent)></myownenv> |
myownenv |
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
Try the AJAX Article
(in German) on www.h-e-i.de.
© 1996-2025 H.E.I. All Rights Reserved.
|