 |
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 |
|
 |
Guest
|
Posted: Sun May 21, 2006 4:14 am Post subject: Re: TMemo |
|
|
m.Lines.Assign(DM.ADOQueryQuestSubjetivaTX_RESPOSTA); |
|
| 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
|
|