EditStrings method example
procedure TForm1.Button1Click(Sender: TObject);
begin
siLangRTSE1.EditStrings('Captions', '~');
end;