Retrieving values from external module

A

alex

I need to retrieve and use the definition string
associated to a constant in an external referenced module.
Example: In the module there is a Enum SettlementType
wich has 2 members with these definitions:

enSettlementElectronic Electronic transmitted bill: 0
enSettlementPaper Paper: 1

How can I retrieve the definition associated with the
constants, in this case <Electronic transmitted bill>,
<0> and <Paper>,<1> in order to
poulate a combobox?

Thank you in advance
 
Top