<br>Hi guys,<br>Here is some extra info about the IsUniqueGlobalComponentName  method it was taken from the Delphi 7 help file.<br><br><br>"Indicates whether a proposed component name is unambiguous.<br><span style="font-weight: bold;">
Unit</span><br>Classes<br><br><span style="font-weight: bold;">Category</span><br>streaming utilities<br><br><span style="font-weight: bold;">Delphi syntax:</span><br>function IsUniqueGlobalComponentName(const Name: string): Boolean;
<br><br><span style="font-weight: bold;">C++ syntax:</span><br>extern PACKAGE bool __fastcall (const AnsiString Name);<br><br><span style="font-weight: bold;">Description</span><br>IsUniqueGlobalComponentName returns true if the name specified by Name is not currently used by any component on any form, data module, or other top-level container component. IsUniqueGlobalComponentName returns false if another component is already using Name (in which case, references to the component should be qualified by the root object's name."
<br clear="all"><br>-- <br>Regards<br><br>Sam Washkansky<br>Tel:+27+823738257<br>email:<a href="mailto:sam.washkansky@gmail.com">sam.washkansky@gmail.com</a>