[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
- You can make a property read-only by making the setter private. - You can pass Flags to the GetProperties method to only get what you want, e.g GetClass():GetProperties(Flags:Private OR Flags:Instance OR Flags:DeclaredOnly).

Continue reading...
 
Status
Not open for further replies.
Back
Top