Subject Checking Parameters Value - I'm stuck
Author Yagi
Hi,

In your answers (thanks) you write that to see Param value in Delphi i shuld
write something like this for example:
ibqRaport.Params[i].AsString

How this line looks like in C++ Builder???
i try ibqRaport->Params[i]->AsString, ibqRaport->Params[i].AsString and it's
all wrong

What object class does the statement ibqRaport.Params[i] return?

Thanks

Yagi