Hello, support
Can you provide an example of accessing nested classes in PB as this help text explains.
I failed to do it in either code or debugger.
Thank you
Arcady
Hello, support
Can you provide an example of accessing nested classes in PB as this help text explains.
I failed to do it in either code or debugger.
Thank you
Arcady
Public Class Class1
Property Prop1 As Integer
Property Prop2 As String
' Nested class
Public Class Class2
Property Prop1 As Integer
Property Prop2 As String
End Class
End Class