Getting the Source values from the printer setup


2006-08-25 10:58:28 PM
delphi95
when I execute the printersetup, there is a source combobox that shows
multiple trays etc..., I wanna be able to retrieve the selected value
and I can not figure that out. Because, I change let say from auto to
manual and I close/save, when I comeback to the same windows I see that
value was store and saved somewhere. is there an API call to retrieve
that value? I tried to get the value from Printer.OutBin, it fails on
me. Please help