items属性有关问题

items属性问题Edit1-Text RadioGroup1-Items[RadioGroup1-ItemIndex]Delphi中可以这样用的 C++Build

items属性问题
Edit1->Text = RadioGroup1->Items[RadioGroup1->ItemIndex];

Delphi中可以这样用的 C++Builder里不能这样用吗?提示 cannot convert TString to AnsiString

[解决办法]
错了 
RadioGroup1->Items->Strings[RadioGroup1->ItemIndex]