CHeighlund
Programmer
I'm trying to call the 'select cell' event for a TStringGrid item from another form, and I keep getting the following error:
"Types of actual and formal var parameters must be identical"
As far as I can tell, the only item that I'm not giving what it wants is the final parameter, which is listed as 'var canselect: boolean'. What kind of value would I need to substitute into the calling statement to get it to let me do this? I've tried True and 1; any other suggestions?
"Types of actual and formal var parameters must be identical"
As far as I can tell, the only item that I'm not giving what it wants is the final parameter, which is listed as 'var canselect: boolean'. What kind of value would I need to substitute into the calling statement to get it to let me do this? I've tried True and 1; any other suggestions?