Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Peca06

    for in loop bug

    Look here: http://qc.codegear.com/wc/qcmain.aspx?d=49382
  2. Peca06

    for in loop bug

    I am using CodeGear Delphi 2007 for Win32, look at the folowing code, the error is described at the end of text: TAbstractEnumerator = class abstract function GetCurrent: Integer; virtual; abstract; function MoveNext: Boolean; virtual; abstract; property Current: Integer read GetCurrent...

Part and Inventory Search

Back
Top