2008-09-22 09:05 UTC
Hello,
before adding my wish as a feature request I want to ask if there's already a solution.
When I get all the controls from (dcl_form_getcontrols myform) I also want to get the not localized control's class name: tree, textbutton, calendar and so on. Why the not localized name? When our company's product turns to international release I must know the control's class name in a common language.
For instance:
(dcl_control_getClassName mycontrol) = "tree"
For those who need a localized name
(dcl_control_getLocalClassName mycontrol) = "Baumstruktur"
Is there already a chance to get the class name?
Fred
before adding my wish as a feature request I want to ask if there's already a solution.
When I get all the controls from (dcl_form_getcontrols myform) I also want to get the not localized control's class name: tree, textbutton, calendar and so on. Why the not localized name? When our company's product turns to international release I must know the control's class name in a common language.
For instance:
(dcl_control_getClassName mycontrol) = "tree"
For those who need a localized name
(dcl_control_getLocalClassName mycontrol) = "Baumstruktur"
Is there already a chance to get the class name?
Fred