Hi guys,
I'm using Delphi XE5 with Firemonkey for Android and I tried to write a value into a string variable by using it as an out-parameter:
e.g. (in Oracle): function F_function(vWarning out varchar2) return number;
(in Delphi): pkgPackage: TOraPackage;
...
pkgPackage.CallIntegerFunction('F_function', [parString]);
vWarning := pkgPackage.GetParameter(1);
Now my question:
Is there anything like parString (I've used that in Delphi 2006) I could use here?
Thanks in advance
out-parameter TOraPackage parString
Re: out-parameter TOraPackage parString
Hello,
We do not have such methods and constants, most likely you are using DOA. Please refer to their support regarding the issue.
We do not have such methods and constants, most likely you are using DOA. Please refer to their support regarding the issue.
-
- Posts: 2
- Joined: Thu 16 Jun 2016 09:49
Re: out-parameter TOraPackage parString
Hello Alex,
thanks for your response, today I figured out a way where i don't need this anymore.
Was just curious since it might come in handy in the future.
Have a nice day
thanks for your response, today I figured out a way where i don't need this anymore.
Was just curious since it might come in handy in the future.
Have a nice day

Re: out-parameter TOraPackage parString
You are welcome. Feel free to contact us if you have any further questions.