 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sun May 21, 2006 1:14 am Post subject: TMemo |
|
|
Hi,
I want to copy the content of a TMemoField to a TMemo. I am using the
following code:
MS := TMemoryStream.Create;
DM.ADOQueryQuestSubjetivaTX_RESPOSTA.SaveToStream(MS);
m.Lines.LoadFromStream(MS);
MS.Free;
This is not working. Somebody know the reason or have other
alternative? |
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Sun May 21, 2006 7:14 am Post subject: Re: TMemo |
|
|
On 20 May 2006 18:06:54 -0700, mapcardoso (AT) gmail (DOT) com wrote:
| Quote: | This is not working. Somebody know the reason or have other
alternative?
|
Hoi
When you post using Google Groups, your post is invisible to most people
who read these news group. Hence your chance for an answer is very little.
You need to repost the question on the Borland news server. Further the
news group is a better choice for your question
b.p.d.language.delphi.general.
How to post to Delphi newsgroups:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|