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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Events in TFrame

Status
Not open for further replies.

ranko1

Programmer
Jun 13, 2005
1
NG
Dears
i am writing a program in delphi, there are some form components that are reapeted in several forms(a DBgrid,TAdoQuery,DataSet,...), so i placed them in a frame to have a uniqe version of there code so i will not repeat the some code.
<br> my problem is there are several events of DBgrid that are not available when i place it in the frame, in my case i need the AfterInsert event of the dataset. i can put the code directly in to the TadoQuery object but it never get executed.
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top