home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!metro!usage!news
- From: p2018756@cumulus.csd.unsw.OZ.AU (Yagna Pant)
- Subject: TPW TCollection
- Message-ID: <1992Nov19.081727.18386@usage.csd.unsw.OZ.AU>
- Sender: news@usage.csd.unsw.OZ.AU
- Nntp-Posting-Host: aix00.csd.unsw.oz.au
- Organization: University of New South Wales
- Date: Thu, 19 Nov 1992 08:17:27 GMT
- Lines: 26
-
- I am a newcomer to Turbo Pascal for Windows programming and
- would be grateful if you could give me a hint on storing
- a record using TCollection.
-
- Suppose if I have a record:
-
- PClientInformation = ^TClientInformation;
- ClientInformation = record
- Name: array[0..50] of Char;
- Phone: PChar;
- RegistrationNo: Integer;
- end;
-
- How can I store this record using TCollection Object.
- TPW manual doesn't treat this topic in detail.
-
- Thanks in advance.
-
- Yagna Pant
-
-
-
-
-
-
-
-