StringReplace(const S, OldPattern, NewPattern: string; Flags: TReplaceFlags): string;

This is one of those functions I often forget but it is very useful. I keep thinking it is called StringSwap.

4/29/2004 Permalink

Borland RSS Feeds

Borland now have a bunch of RSS Feeds. All the RSS feeds have been gathered into one OPML file for easy subscription.You can read about these RSS feeds in the BDN

4/15/2004 Permalink

XML & DOM

It is a lot harder than it should be to set the stylesheet for an XML document. I have resorted to brute force A.K.A string manipulation in order to get it done. I have not found a way to do it with DOM.

If you can help me out please send an email.

4/2/2004 Permalink