Re: Distributable Commercial Apps Access Vs Delphi
- From: Rich P <rpng123@xxxxxxx>
- Date: 29 Mar 2007 22:06:02 GMT
dim txtt() As TextBox = New TextBox(){txt1, txt2, txt3}
inherits from winform.Textbox class
For Each txt As TextBox In txtt
AddHandler txt.Click, AddressOf somefunction
Next
the txtt array has inherited all the winform.TextBox class properties
and methods.
Rich
*** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- Prev by Date: Re: This newsgroup interface is old ... we need a new forum.
- Next by Date: Re: This newsgroup interface is old ... we need a new forum.
- Previous by thread: Re: Distributable Commercial Apps Access Vs Delphi
- Next by thread: Re: Distributable Commercial Apps Access Vs Delphi
- Index(es):