How to access a text object by name in Crystal Reports?

179 Views Asked by At

In C++Builder 6, how can I access a text object by name in Crystal Reports, so I can set its text? This is what I have right now:

crp->TextObjects[0].Items[0]->Lines->SetText("Text");
0

There are 0 best solutions below