ClassCount Function | |
Return the number of classes available to your application.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax Remarks Examples
This example illustrates ClassCount():
1FUNCTION Start()
2 ? ClassCount(), "classes are available."
3
See Also