[DUG]: Procedure Problem

2000-11-30 Thread Joel van Velden
Ta, Thanks to all those who replied. I think just using 'nil' sounds s much easier. Thanks, again. --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website:

[DUG]: Procedure Problem

2000-11-28 Thread Joel van Velden
Hi there all, Just 1 newbie question: How do I run an event-handlers procedure from somewhere else in the program? ie, What do I give as 'Sender' in 'procedure TForm3.ListBox1Click(Sender: TObject);' TIA, Joel van Velden

Re: [DUG]: Procedure Problem

2000-11-28 Thread Neven MacEwan
- Original Message - From: Joel van Velden [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Wednesday, 29 November 2000 15:46 Subject: [DUG]: Procedure Problem Hi there all, Just 1 newbie question: How do I run an event-handlers procedure from somewhere else

RE: [DUG]: Procedure Problem

2000-11-28 Thread Stephen Bertram
as ButtonAClick(ButtonA); HTH Stephen Bertram -Original Message- From: Joel van Velden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 29 November 2000 15:47 To: Multiple recipients of list delphi Subject: [DUG]: Procedure Problem Hi there all, Just 1 newbie question: How do I run an event-handlers

RE: [DUG]: Procedure Problem

2000-11-28 Thread Guy Brown
That depends on if you use the Sender parameter inside the event. If you do make use of the Sender parameter then send it the appropriate object. If not just pass in Nil. Guy Brown TimeMaster Systems -Original Message- Joel van Velden wrote: Hi there all, Just 1 newbie question: How

Re: [DUG]: Procedure Problem

2000-11-28 Thread Nello Sestini
y, November 29, 2000 09:51 Subject: [DUG]: Procedure Problem Hi there all, Just 1 newbie question: How do I run an event-handlers procedure from somewhere else in the program? ie, What do I give as 'Sender' in 'procedure TForm3.ListBox1Click(Sender: TObject);'

RE: [DUG]: Procedure Problem

2000-11-28 Thread Patrick Dunford
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joel van Velden Sent: Wednesday, 29 November 2000 15:47 To: Multiple recipients of list delphi Subject: [DUG]: Procedure Problem Hi there all, Just 1 newbie question: How do I run an event-handlers procedure from somewhere else