1 2 3 4
function indexOfValue(list : TStrings; value : string): integer; begin Result := 0; ...
Delphi TStrings IndexOfValue
this function finds the fir...
1 2 3
function TMylist.GetNameIndex(aName: Sting): integer; var ...
Delphi custom index for class(TList)
I often find myself copying...
1 2 3
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...
Sorry i should have made it...