.Symbol (gb)
This virtual class represents a symbol definition.
This class is virtual.
This class is not creatable.
|
Note: this class is purely virtual and no "Symbol" or ".Symbol" object exists but these properties can be accesed via the
Classes array.
For example...
For Each sSymbol As String In Classes["Form"].Symbols
With Classes["Form"][sSymbol]
Print .Name;; .Kind;; .Type;; .Value
End With
Next