Click or drag to resize

ClassCount Function

X#
Return the number of classes available to your application.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION ClassCount() AS DWORD
Request Example View Source

Return Value

Type: DWord
Remarks
Examples
This example illustrates ClassCount():
X#
1FUNCTION Start()
2    ? ClassCount(), "classes are available."
3    // 5 classes are available.
See Also