Progress 4GL API

Hi Everybody,
I am just couple of days old in OOPS, most of he features seems to be similar to JAVA. I could see few classes, objects, packages here and there in tutorial. So we have some separate tutorial that deals with Progress 4Gl API?

Thanks in advance.
 
I'm not sure what you mean by API since the rest of your message seems to be talking about OO. There is a separate manual in the doc set about OO and some topics addressed here http://www.oehive.org/taxonomy/term/136 and some whitepapers on PSDN (which I would take with a grain of salt). But, perhaps you could clarify what you are looking for?
 
Hi Tamhas,
Thanks for your quick response. The thing is when i went through the tutorials on OOPS i could find something like "Progress.Lang.Object", "Progress.Lang.Exception" and so on... It seems to be similar to JAVA API (http://java.sun.com/j2se/1.5.0/docs/api/). Please have a glance at the link, so that I hope the link would explain what i am expecting for.

Please let me know if i am not clear yet. Thanks in advance.
 
You aren't going to find it in that form, in part because there isn't enough of it to bother. The info will be in OpenEdge Getting Started: Object-Oriented Programming and OpenEdge Development: ABL Reference. In particular, check out the Class and Interface Reference and Class Properties and Methods Reference in the latter manual.
 
Back
Top