Consultor Eletrônico



Kbase P99705: Is there a way to tell whether an item of the list returned by the LIST-QUERY-ATTRS function is an a
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/7/2005
Status: Unverified

GOAL:

Is there a way to tell whether an item of the list returned by the LIST-QUERY-ATTRS function is an attribute or a method?

FIX:

No, there is no 4GL function that differentiates between a method and a function of a widget handle in the LIST-QUERY-ATTRS function.
Implementing such a function should be straight forward. One way to implement such a function is to store all the methods into a list and use the LOOKUP function to determine whether a given item is a method or an attribute.