Re: Widget referencing in VB events.

From: Anton Berezin <tobez_at_tobez.org>
Date: Wed, 8 May 2002 16:11:45 +0200
To: Rick Ovenden <R.Ovenden_at_rslcom.de>

On Wed, May 08, 2002 at 02:21:56PM +0200, Rick Ovenden wrote:

> In VB events how are widgets other than $self referenced? For
> example; in the onClick event of Button1 how is the text property of
> Button2 referenced?

$self->owner->Button2->text
  or
$::application->Form1->Button2->text

Cheers,
=Anton.

-- 
| Anton Berezin                |      FreeBSD: The power to serve |
| catpipe Systems ApS   _ _ |_ |           http://www.FreeBSD.org |
| tobez_at_catpipe.net    (_(_||  |                tobez_at_FreeBSD.org | 
| +45 7021 0050                |         Private: tobez_at_tobez.org |
Received on Wed 08 May 2002 - 16:12:20 CEST

This archive was generated by hypermail 2.2.0 : Sat 19 Mar 2011 - 18:35:04 CET