Referencing class variables

Thad Bogert thad at technosolver.com
Mon Nov 19 10:40:22 EST 2018


Hi All,

Does anyone know of a way to obtain the contents of a class variable from a class that has no instances?  The following works if there is an instance:

$iwindows.wMyWindow.cClassVar

However if there is no instance, I am not able to reference the variable.  The following notation does not seem to work:

$libs.myLib.$windows.wMyWindow.$cvars.cClassVar


Thanks!

Thad





More information about the omnisdev-en mailing list