FUNCTION ClassList() AS ARRAY
public static Array ClassList()
1CLASS MyClass 2END CLASS... 3FUNCTION PrintClass() 4 LOCAL aClass AS ARRAY 5 aClass := ClassList() 6 // Predefined system classes are listed first. 7 FOR i := 1 UPTO ALen(aClass) 8 QOut(aClass[i]) 9 NEXT
Copyright © 2015-2024 XSharp BV, All rights reserved. The VO SDK classes are Copyright © Computer Associates.