1 2 3 4
function indexOfValue(list : TStrings; value : string): integer; begin Result := 0; ...
Delphi TStrings IndexOfValue
1 2 3 4
function getFirstElementTextByName(ElementName: string; const XMLDoc: IXMLDocument): string; var NodeList: IDOMNodeList; ...
Delphi XML Helper Function
This is intended to be a he...
1 2 3 4
Function TfrmProc.ChangeValue( pData : WideString; KeyVar: String; pIncr : Integer ) : WideString; VAR X : Byte; _lPosIni, _lPosEqual, _lPosSep : smallint; ...
Delphi Change Value Or Word in a W...
It is something that we hav...
1 2 3
function TMylist.GetNameIndex(aName: Sting): integer; var ...
Delphi custom index for class(TList)
I often find myself copying...
1 2 3 4
procedure CopyIntoArray(var DestArray: Array of Byte; SourceArray: Array of Byte; StartIndex: integer); var i: integer; ...
Delphi Array Helper Functions
To get this Section started...
this function finds the fir...