A frriendly hello to anybody,
Thank You for your answers.
Hello Bart,
thank you, you opend up my eyes! The Memo is nil, because the I thought that I create the main object in the hierarchy and transvered the memo. With "if Assigned" it works.
The TStringlist confused me. With Delphi I can use Sl.Text or Sl.Commatext.
Sl := TStringlist.Create;
S := SendStr;
Sl.Text := S;
Sl.Add( '======' );
S2 := Sl.Strings[0];
S2 := S2 + '<<<';
The window "show/modify" shows me looking for Sl:
<TSTRINGLIST> = {
<TSTRINGS> = {
<TPERSISTENT> = {
<TOBJECT> = {
_vptr$ = {
0x58fcb4,
0x0}},
...
Sl.Strings[0] results "Type TSTRINGLIST has no component named STRINGS[0].". So I thought the reason is the Stringtype.
S2 := Sl.Strings[0]; works, I see the string but not with the window "show/modify". Delphi shows me te contend with "Sl.Strings[0]" and "Sl.Text" and "Sl.Commatext".
Can you tel me the reason?
Hello dseligo,
I'm sure there are bugs in it. 
It is not enough. Do you know it?? I want to know how to work with Lazarus and then, may be, with a newer version.
Hallo Thaddy, good information.
Greetings Pit