[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Loop properties from a class from a method in that class

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top