 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
John Steed Guest
|
Posted: Sat Jul 26, 2003 11:31 am Post subject: [C++ Error] E2193 Too few parameters in call to '_fastcall T |
|
|
I tried this (sg is TStringGrid):
String cResult = sg->Cells[1, 1];
but got following error:
[C++ Error] MyUnit.cpp(798): E2193 Too few parameters in call to '_fastcall
TStringGrid::GetCells(int,int)'
|
|
| Back to top |
|
 |
JD Guest
|
Posted: Sat Jul 26, 2003 11:53 am Post subject: Re: [C++ Error] E2193 Too few parameters in call to '_fastca |
|
|
"John Steed" <my (AT) spam (DOT) org> wrote:
| Quote: |
String cResult = sg->Cells[1, 1];
|
That's Delphi syntax. You need Cells[ col ][ row ].
~ JD
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|