function getFirstElementTextByName(ElementName: string; const XMLDoc: IXMLDocument): string;
var
  NodeList: IDOMNodeList;
...

Delphi XML Helper Function

by jamiei, March 27, 2009 18:11, 2 refactorings, tagged with xmldocument, delphi

This is intended to be a he...

Ec72b0ab3eb1855c56fd04bcc886f65c Talk

Delphi On Array Helper Functions

by jamiei, February 04, 2009 11:48

Apologies to all - @Andreas...

Ec72b0ab3eb1855c56fd04bcc886f65c Talk
procedure CopyIntoArray(var DestArray: Array of Byte; SourceArray: Array of Byte; StartIndex: integer);
var
  i: integer;
...

Delphi Array Helper Functions

by jamiei, February 02, 2009 00:04, 3 refactorings, tagged with pointers, array, delphi

To get this Section started...

Ec72b0ab3eb1855c56fd04bcc886f65c Talk