Indy 10 Installation Instructions All packages are followed by X0 (Where X is your Delphi verison).Example: For Delphi 6, the IndySystem package would be named: IndySystem60.dpk(Please note that SuperCore has not been finished and is not currently
2.00.0.3 06-Jan-09* Fixed bug with treating some string elements as equal by CompareString* Fixed several bugs in the PostgreSQL provider UniDAC for Delphi and C++Builder 2009: http://rapidshare.com/files/18113352...c200d12pro.exeUniDAC Unicode for
procedure TForm1.Button1Click(Sender: TObject);begin finddialog1.Execute;end;procedure TForm1.FindDialog1Find(Sender: TObject);var I, J, PosReturn, SkipChars: Integer;begin for I := 0 to Memo1.Lines.Count do begin PosReturn := Pos(FindDialog1.
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->type TMySuperMappedPortContext = Class(TIdMappedPortContext) public procedure DoEncode; procedure DoDecode;