var sel : TStringList; begin sel := TstringList.Create; sel.Add('Login=1234'); sel.Add('Pass=4321'); IdHTTP1.Post('URL форума',sel)