Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Overriding in BC++

Status
Not open for further replies.

jowins

Programmer
Nov 20, 2003
1
JP
Hi,
I am making a component from TStringGrid, I want to Override OnSelectCell and customize it. How can I override in C++ (Boreland).
Can any one tell me the steps I need to follow. Though I used the same steps as of usual C++ overiding, it was not working. like re declaring OnSelectCell (TObject*, long, long, bool) and re defining it.
Thanks in advance
Jowins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top