|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 12 > 11 > Telegram_2023-12-11T03 |
2023-12-11T03:34:32
Hi. I am working with C++Builder. How can I set a new Text to a specific TIWGrid cell? I have found on GIT some delphi example codes for the TIWGrid component. In delphi I have found the code IWGrid.Cell[row,col].Text := \abc\; => In C++Builder it should be IWGrid->Cell[row, col]->Text = \abc\;.... But I get the compiler error => To less parameters on calling __fastcall TIWGrid::GetCell(const int, const int)? Can somebody help?