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 John Tel 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: *

  • Users: DavidB3
  • Content: Threads
  • Order by date
  1. DavidB3

    SetLength without #0 initialization

    Hi. I'm trying to make this function faster: //Global variables Positions: array of Integer; ItemSize: array of Byte; AllStrings: AnsiString; FPosStep = 32; FPosStepBinPwr = 5; function TShortStringArray.GetItem(const Idx: Integer): AnsiString; var i, d, Position: Integer; begin if...
  2. DavidB3

    compiler directives for any Delphi version

    Hi. I want to make my code work in any Delphi version. For this I use compiler directives. But the compiler is still not happy 100%. {$IF Defined(Ver80) or Defined(Ver90) or Defined(Ver100) or Defined(Ver120) or Defined(Ver130) or Defined(Ver140) or Defined(Ver150) or...

Part and Inventory Search

Back
Top