But if a package has multiple Cursor paramters;
If useing UniDAC,how to get every cursor by TuniQuery or TUniStoreProc;
we know that the famous tool for oracle develoer: Pl/sql developer;
It can call every Cursor paramter of Package easy:
for example:

but it is not easy in TuniQuery or TUniStoreProc;
TuniQuery can noly get the first cursor parameter;
it only has UniQuery.OpenNext ; it has no UniQuery.OpenPrior;

i hope that:
UniQuery.ParamByName('cursor1').open;
UniQuery.ParamByName('cursor2').open;
UniQuery.ParamByName('cursor3').open;