Sets or retrieves the value of the last added component in a custom dialog.
dlg_comp_value(handle, value)
Set the value of the last added component to 42
dlg_comp_value(hnd, 42);
Retrieve the current value of the last added component
val = dlg_comp_value(hnd);