2024-06-02 13:43 UTC
Is there a way to know from Lisp the TYPE of a control contained in an ODCL form?
with dcl-Form-GetControls I get the "entity names" of all the controls
and now I can access many properties of each control
but I can't understand which property allows me to understand if the control is a ListBox, a ComboBox, a TextBox... and so on
with dcl-Form-GetControls I get the "entity names" of all the controls
and now I can access many properties of each control
but I can't understand which property allows me to understand if the control is a ListBox, a ComboBox, a TextBox... and so on