Jump to content


Photo

Convertir de String a Stream


  • Please log in to reply
2 replies to this topic

#1 DIEGO.CHAVEZ

DIEGO.CHAVEZ

    Member

  • Miembros
  • PipPip
  • 15 posts

Posted 03 October 2014 - 01:27 PM

Tengo esta funcion que segun yo convierte de String  a stream ,

pero me regresa nulo  :(



delphi
  1. function StringToStream(const AString: string): TStream;
  2. begin
  3.   Result := TStringStream.Create(AString);
  4. end;



alguien que me pueda ayudar  > . <
  • 0

#2 egostar

egostar

    missing my father, I love my mother.

  • Administrador
  • 14460 posts
  • LocationMéxico

Posted 03 October 2014 - 01:35 PM

Hola



delphi
  1. function StringToStream(const AString: string): TStream;
  2. begin
  3.   Result := TStringStream.Create(AString);
  4. end;
  5.  
  6. procedure TForm1.Button5Click(Sender: TObject);
  7. begin
  8.   memo1.Lines.LoadFromStream( StringToStream('hola changos') );
  9. end;



Funciona sin problema  ^o| (con delphi 2007)

Saludos

Attached Files


  • 0

#3 DIEGO.CHAVEZ

DIEGO.CHAVEZ

    Member

  • Miembros
  • PipPip
  • 15 posts

Posted 03 October 2014 - 04:57 PM

Muchas gracias Egostar, si ya mire una disculpa  y muchas gracias por tomarte el tiempo para verificarlo,  era error del servidor :p
  • 0




IP.Board spam blocked by CleanTalk.