I'm writting my own Custom DBGrid.. i managed to do most of the stuff i
wanted without any problems... but now i've encountered one.
it's simple.. solution is probably simple.. but can't find it.. :(
I want to create an OnTitleClick event that will be pre-defined in my
custom
DBGrid.
I created the TitleClick(Column: TColumn) procedure (which i had to
override) but that's not it! i don't even get a Showmessage('Title
Click');
when user clicks on the column title. so that's not the procedure that
gets
called when OnTitleClick even appears (or maybe it does but something else
is wrong??).
could anyone please post the answer... what's the procedure that gets
called
when OnTitleClick event appears so i can, for example, use
showmessage('you
clicked on the title') when user does click on the title.
Thanks Alot