home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!mcsun!sun4nl!utrcu1!infnews!infnews!waardenb
- From: waardenb@cs.utwente.nl (Jerry van Waardenberg)
- Subject: Re: HELP, TVision Questions
- Message-ID: <1992Jul29.102758@cs.utwente.nl>
- Followup-To: <22862@oasys.dt.navy.mil>
- Sender: usenet@cs.utwente.nl
- Nntp-Posting-Host: firebird
- Organization: University of Twente, Dept. of Computer Science
- Date: Wed, 29 Jul 1992 08:27:58 GMT
- Lines: 23
-
- Another thing:
-
- The SetData method of listboxes requires two things: The first has to be a
- pointer to a ListBox, the second is a word containing a value for the Focused
- variable. The record should look something like this:
-
-
- (Dialog contains 2 TInputLine objects and 2 TListBox objects)
-
- record
- var1: String;
- var2: String;
- list1: PListBox;
- Focus1: Word;
- list2: PListBox;
- Focus2: Word;
- end;
-
- (I haven't got the original message anymore, because my system crashed when I was
- reading it. However, I hope that the above example is clear.)
-
-
- Jerry
-