Delphi On TStrings IndexOfValue
by DarkAxi0m,
September 25, 2009 03:50
Sorry i should have made it...
function indexOfValue(list : TStrings; value : string): integer; begin Result := 0; ...
Delphi TStrings IndexOfValue
this function finds the fir...
function TMylist.GetNameIndex(aName: Sting): integer; var ...
Delphi custom index for class(TList)
I often find myself copying...
procedure CopyIntoArray(var DestArray: Array of Byte; SourceArray: Array of Byte; StartIndex: integer); begin ...
Delphi On Array Helper Functions
by DarkAxi0m,
February 03, 2009 23:14
Using Delphi 7;
Move seems...

i have not done much to the...