L
Lieven De Foor
Guest
@ Torben DYNAMIC-PROPERTY will only work from within the object. Trying to access a private property through DYNAMIC-PROPERTY from outside the class will give you error 13833: Property PrivateProperty has a PRIVATE GET accessor so can be read only from within the class where it's defined. (13833)
Continue reading...
Continue reading...