home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / pascal / 6714 < prev    next >
Encoding:
Text File  |  1992-11-18  |  913 b   |  38 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!metro!usage!news
  3. From: p2018756@cumulus.csd.unsw.OZ.AU (Yagna Pant)
  4. Subject: TPW TCollection
  5. Message-ID: <1992Nov19.081727.18386@usage.csd.unsw.OZ.AU>
  6. Sender: news@usage.csd.unsw.OZ.AU
  7. Nntp-Posting-Host: aix00.csd.unsw.oz.au
  8. Organization: University of New South Wales
  9. Date: Thu, 19 Nov 1992 08:17:27 GMT
  10. Lines: 26
  11.  
  12. I am a newcomer to Turbo Pascal for Windows programming and
  13. would be grateful if you could give me a hint on storing
  14. a record using TCollection.
  15.  
  16. Suppose if I have a record:
  17.  
  18.      PClientInformation = ^TClientInformation;
  19.      ClientInformation = record
  20.        Name: array[0..50] of Char;
  21.        Phone: PChar;
  22.        RegistrationNo: Integer;
  23.      end;
  24.  
  25. How can I store this record using TCollection Object.
  26. TPW manual doesn't treat this topic in detail.
  27.  
  28. Thanks in advance.
  29.  
  30. Yagna Pant
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.