Retrieve the properties from a dll in a generic way

Posted by Admin on 01-Jul-2009 04:48

Hello,

Is there a way that you retrieve a list of the properties of an object in a dll using ABL (without writing your own function in the dll) ?

E.g.

Dll = test.dll

Object = clsDossier

Properties = Name, Id

Methods = getByName, getById

I'm looking for a generic way to retireve alle the properties from any object in any kind of dll, so in the example above, retrieve the properties would give me a list --> Name, Id

I would then create a temp-table, add the fields to it and retrieve the value through the dll ...

Openege 10.2A01- Architect

kind regards

Gerd

All Replies

This thread is closed