<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bishopphillips.com/riskwiki/index.php?action=history&amp;feed=atom&amp;title=GUIDEx</id>
	<title>GUIDEx - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.bishopphillips.com/riskwiki/index.php?action=history&amp;feed=atom&amp;title=GUIDEx"/>
	<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=GUIDEx&amp;action=history"/>
	<updated>2026-07-02T21:04:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.bishopphillips.com/riskwiki/index.php?title=GUIDEx&amp;diff=257&amp;oldid=prev</id>
		<title>Bishopj: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=GUIDEx&amp;diff=257&amp;oldid=prev"/>
		<updated>2026-04-12T06:37:46Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 06:37, 12 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bishopj</name></author>
	</entry>
	<entry>
		<id>https://www.bishopphillips.com/riskwiki/index.php?title=GUIDEx&amp;diff=256&amp;oldid=prev</id>
		<title>Bishopj: Created page with &quot;==GUIDEx - Control for manipulating GUID&#039;s==  Language: Delphi 7 - 2007   TGuidEx - Delphi class for manipulating Guid values  [http://delphi.about.com/library/weekly/aa022205...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=GUIDEx&amp;diff=256&amp;oldid=prev"/>
		<updated>2019-09-11T23:04:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==GUIDEx - Control for manipulating GUID&amp;#039;s==  Language: Delphi 7 - 2007   TGuidEx - Delphi class for manipulating Guid values  [http://delphi.about.com/library/weekly/aa022205...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==GUIDEx - Control for manipulating GUID&amp;#039;s==&lt;br /&gt;
&lt;br /&gt;
Language: Delphi 7 - 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TGuidEx - Delphi class for manipulating Guid values&lt;br /&gt;
&lt;br /&gt;
[http://delphi.about.com/library/weekly/aa022205a.htm http://delphi.about.com/library/weekly/aa022205a.htm]&lt;br /&gt;
&lt;br /&gt;
A Guid type represent a 128-bit integer value.&lt;br /&gt;
The TGuidEx class exposes class (static) methods&lt;br /&gt;
that help operate GUID values and TGuidField&lt;br /&gt;
database field types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Author: Zarko Gajic&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
interface&lt;br /&gt;
uses SysUtils;&lt;br /&gt;
&lt;br /&gt;
type&lt;br /&gt;
  TGuidEx = class&lt;br /&gt;
    class function NewGuid : TGuid;&lt;br /&gt;
    class function EmptyGuid : TGuid;&lt;br /&gt;
    class function IsEmptyGuid(Guid : TGuid) : boolean;&lt;br /&gt;
    class function ToString(Guid : TGuid) : string;&lt;br /&gt;
    class function ToQuotedString(Guid : TGuid) : string;&lt;br /&gt;
    class function FromString(Value : string) : TGuid;&lt;br /&gt;
    class function EqualGuids(Guid1, Guid2 : TGuid) : boolean;&lt;br /&gt;
  end;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=BackLinks=&lt;br /&gt;
&lt;br /&gt;
{{#dpl: linksto={{FULLPAGENAME}} }}&lt;/div&gt;</summary>
		<author><name>Bishopj</name></author>
	</entry>
</feed>