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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TheDog6

  1. TheDog6

    Incorrect warning message

    Hi, I've put it in Helpful tip for no other option. With this code: function FillRFIndexes(rfindexes:PInteger):Integer; var i:Integer; z:Pinteger; begin Result:=0; z:=rfindexes; if rfindexes=nil then exit; for i:=0 to {some}.Count-1 do begin if {some condition} then...

Part and Inventory Search

Back
Top