ddablib / envvars

Environment Variables Unit
1 stars 2 forks source link

Change demo 1's Expand() button click event to use edValue.Text #13

Open delphidabbler opened 2 years ago

delphidabbler commented 2 years ago

Presently the Expand() button expands the value in edName, and writes it into the edValues edit control.

This doesn't seem logical. Wouldn't it be better to expand the value in edValues and display it somewhere else (maybe the list box)?