| View previous topic :: View next topic |
| Author |
Message |
Petter Eftevik Guest
|
Posted: Wed Dec 17, 2003 8:24 am Post subject: Def. of TListBox - where ? |
|
|
I've taken over som code which make extensive use of
the class TListBox (probably a generic Delphi class ?).
I wonder how it is defined. Can't find any reference to it
in Cantůs book.
In particular I'm looking for methods that access the
contents of those ListBox objects.
Thanks for your tips or pointers.
Peter
|
|
| Back to top |
|
 |
Duncan McNiven Guest
|
Posted: Wed Dec 17, 2003 9:09 am Post subject: Re: Def. of TListBox - where ? |
|
|
21On 17 Dec 2003 00:24:20 -0800, [email]pefter (AT) hotmail (DOT) com[/email] (Petter Eftevik) wrote:
| Quote: | I've taken over som code which make extensive use of
the class TListBox (probably a generic Delphi class ?).
I wonder how it is defined. Can't find any reference to it
in Cantůs book.
In particular I'm looking for methods that access the
contents of those ListBox objects.
|
Help menu ... Delphi Help
Index tab
Type TListBox & hit enter
At the top of the displayed help page click on Methods
Cunning eh? Whoever thought of that?
If you have the source code you can see the TListBox class in StdCtrls.pas
--
Duncan
|
|
| Back to top |
|
 |
|