Board index » delphi » HELP : Calling a button Click
Geert Nijs
![]() Delphi Developer |
Tue, 29 Dec 1998 03:00:00 GMT
|
Geert Nijs
![]() Delphi Developer |
Tue, 29 Dec 1998 03:00:00 GMT
HELP : Calling a button ClickHi all, I have a little problem. Maybe you can help. at a specified time in my Delphi Program I want to simulate a button procedure TMain.Timer.. TMain.Button1Click (Tmain) <--- this does not work. end. Geert. |
Alan GARN
![]() Delphi Developer |
Tue, 29 Dec 1998 03:00:00 GMT
Re:HELP : Calling a button ClickQuoteGeert Nijs <Geert.N...@fys.kuleuven.ac.be> wrote: TMain.Button1Click(Sender); It should do the job... Alan -- |
Alan GARN
![]() Delphi Developer |
Tue, 29 Dec 1998 03:00:00 GMT
Re:HELP : Calling a button ClickQuoteGeert Nijs <Geert.N...@fys.kuleuven.ac.be> wrote: TMain.Button1Click(Sender); It should do the job... Alan -- |
Alan GARN
![]() Delphi Developer |
Tue, 29 Dec 1998 03:00:00 GMT
Re:HELP : Calling a button ClickQuoteGeert Nijs <Geert.N...@fys.kuleuven.ac.be> wrote: TMain.Button1Click(Sender); It should do the job... Alan -- |
Geir Bratli
![]() Delphi Developer |
Tue, 29 Dec 1998 03:00:00 GMT
Re:HELP : Calling a button ClickHi! Try out this: Button1Click(Button1); or TMain.Button1Click(Button1); Geir Bratlie On 12. juli 1996, Geert Nijs wrote... Quote> Hi all, |
Brien Ki
![]() Delphi Developer |
Sun, 03 Jan 1999 03:00:00 GMT
Re:HELP : Calling a button ClickOn Wed, 17 Jul 1996 16:33:03 GMT, TOMG...@PIPELINE.COM (Thomas Paul) Quote>>On 12. juli 1996, Geert Nijs wrote... however, since I did not see the original message, I'm responding to Thomas's. The reason it does not work is because they were referencing the Type Main.Button1.Click; will work as well as what Thomas said. Brien King |
Thomas Pa
![]() Delphi Developer |
Sun, 03 Jan 1999 03:00:00 GMT
Re:HELP : Calling a button ClickQuote>On 12. juli 1996, Geert Nijs wrote... Button1.Click; ------------------------------------------------------------ Death in the defense of liberty is no tragedy. --- Daniel William Cloud (killed defending the Alamo, 1836) ------------------------------------------------------------ |
Jens Ba
![]() Delphi Developer |
Fri, 08 Jan 1999 03:00:00 GMT
Re:HELP : Calling a button ClickQuoteIn article <31ed6c84.3139450@news>, bk...@primenet.com (Brien King) wrote: Quote>* Note this is a reply to Geert Nijs and not really to Thomas just do Button1Click(Self); You can't call the OnClick eventmethos of a TButton without a Sender -- |
1. TStringGrid Fixed Cell Click Simulate Button Click
2. help: simulating button click
3. Control.OnExit when clicking on Help button
4. how can I handle child-window button clicks?
7. Last grid position when button clicked
8. Navigator: stopping a (delete) button click.