What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Delphi 77

Delphi 77
Author: Message:
brian
Senior Member
****

Avatar

Posts: 819
Reputation: 43
– / Male / –
Joined: Sep 2004
O.P. Delphi 77
Hey guys!

I've recently started learning Delphi, so, I am getting pretty much good in it, I've made a program to parse latest news from an RSS, and insert it into a TStringGrid. I have everything working, I can download it, I can parse it, but my only problem is, I can't insert it into a TStringGrid, I really have no idea how, and neither I can't find documentation on Internet, so please, If you know some Delphi, I would love to hear your help. :)

Thanks,
Brian
01-04-2005 06:52 PM
Profile PM Find Quote Report
Geniuzzz
Junior Member
**

Avatar

Posts: 23
55 / Male / –
Joined: Jan 2005
RE: Delphi 77
try this:

stringgrid1.Cells[acol, arow] := 'test';

have fun...:P
01-07-2005 10:17 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On