Configuring a stored procedure with return values

Configuring a stored procedure with return values

I am new to UniDAC and am trying to configure a TUniStoredProc for a stored procedure with return values. I have managed to do this in code using CreateProcCall(<procedure name>), but I would like to know how to do this by just configuring the component directly (it will make upgrading from our existing system mechanism much easier)

Thanks a lot