[progress Communities] [progress Openedge Abl] Comment On Enhance Reflection Functionality...

  • Thread starter Thread starter WJCPvanBeek
  • Start date Start date
Status
Not open for further replies.
W

WJCPvanBeek

Guest
Hi Lieven, can't you just pick them up using reflection: def var Instance as Progress.Lang.Object no-undo. def var cProperty as character no-undo. Instance = . cProperty = "" Instance:GetClass():GetProperty(cProperty):Get(Instance). /* will return the current value of the property */ Similar functionality exists for variables.

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