|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 C++ parameter help(Click here to view the original thread with full colors/images)Posted by: houssam_ballout hello all void __fastcall TadminForm::StudentInfoButtonClick(TObject *Sender) well, can some body explains to me more about the parameter *Sender, and how could I use it? Thanks Posted by: TheHeadFL The sender is a pointer to the class that dispatched the message. If you look up the specifics of that event, it probably contains parameters within it, like X and Y coords of the actual mouseclick, etc. Posted by: BottyBeautiful Try the forums at [url]www.silverblade.co.uk[/url] - click on the general tab at the top and select the forum. They're generally rather good at deciphering C++. Hope this helps. vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |